随笔分类 -  SQL_Server

摘要:sp_columns_rowset The sp_columns_rowset stored procedure returns the complete columns description, including the length, type, name, and so on. Syntax sp_columns_rowset table_name [, table_schema ] [,... 阅读全文
posted @ 2008-12-25 15:29 earthworm 阅读(474) 评论(0) 推荐(0)
摘要:1.进入紧急模式 ALTER DATABASE test SET EMERGENCY; GO 2.恢复只有MDF的数据库 sp_attach_single_file_db 'ContosoWF', 'E:\Xunlei\ContosoWF.mdf' 阅读全文
posted @ 2008-12-19 15:55 earthworm 阅读(312) 评论(0) 推荐(0)