摘要:
--压缩LDF档USE VoucherServer;GO-- Truncate the log by changing the database recovery model to SIMPLE.ALTER DATABASE VoucherServerSET RECOVERY SIMPLE;GO--... 阅读全文
摘要:
--1.新增TEMP TABLEcreate table #temptable ([name] varchar(50),[rows] bigint,resverved varchar(50),data varchar(50),index_size varchar(50),unused v... 阅读全文