标题:请高手看看下面的几段什么意思,组合在一起有什么功能 谢谢!!!!!!!! ...
取消只看楼主
功夫
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2009-9-15
结帖率:0
已结贴  问题点数:20 回复次数:0 
请高手看看下面的几段什么意思,组合在一起有什么功能 谢谢!!!!!!!!!!
Use Master
Go
sp_configure 'allow updates', 1
reconfigure with override
Go



begin tran
update sysdatabases set status = 32768 where name = 'W'
commit tran


DBCC TRACEON(3604)
DBCC REBUILD_LOG('W','F:\Database\MSSQL\Log\W_Log.ldf')
Go

use master
update sysdatabases set status = 8 where name = 'W'
Go
sp_configure 'allow updates', 0
reconfigure with override
Go



搜索更多相关主题的帖子: commit status where 
2009-11-15 10:59



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-292350-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.098143 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved