随笔分类 - 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 ] [,...
阅读全文
摘要:1.进入紧急模式 ALTER DATABASE test SET EMERGENCY; GO 2.恢复只有MDF的数据库 sp_attach_single_file_db 'ContosoWF', 'E:\Xunlei\ContosoWF.mdf'
阅读全文

浙公网安备 33010602011771号