復制代碼 代碼如下:
use master
go
sp_configure 'allow updates',1
go
reconfigure with override
go
復制代碼 代碼如下:
dbcc rebuild_log('test','d:/Data/test_log.ldf')
復制代碼 代碼如下:
dbcc checkdb('test')
復制代碼 代碼如下:
sp_dboption 'test','dbo use only','false'
復制代碼 代碼如下:
sp_configure 'allow updates',0
go
reconfigure with override
go
新聞熱點
疑難解答