随笔分类 -  数据库

摘要:Sometimes, we might encounter such error from SSIS:The transaction log for database '@dbname' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.data... 阅读全文
posted @ 2008-01-18 14:57 格列佛游记 阅读(1144) 评论(0) 推荐(0)
摘要:SQL Server和Oracle的查询通配符有所区别,%功能相同,Oracle中使用的?在SQLSERVER中以下划线'_'取代。另外还有方括号[]等,用法大致相同。 Wildcard character Description Example % Any string of zero or more characters. WHERE title LIKE '%computer%' finds... 阅读全文
posted @ 2007-11-26 10:24 格列佛游记 阅读(804) 评论(0) 推荐(0)