国产精品三区www17con_欧美日韩视频_亚洲福利天堂_黄页网站在线

產(chǎn)品手冊 實施方案 用戶案例 問題中心

解除某一個數(shù)據(jù)庫被應(yīng)用程序占用的情況

—— 解除數(shù)據(jù)庫占用
use master
go

declare @dbname sysname
set @dbname=’OIMobox’ –不能刪除,或不能 還原的數(shù)據(jù)庫

declare @s nvarchar(1000)
declare tb cursor local for
select s=’kill ‘+cast(spid as varchar)
from master..sysprocesses
where dbid=db_id(@dbname)

open tb
fetch next from tb into @s
while @@fetch_status=0
begin
exec(@s)
fetch next from tb into @s
end
close tb
deallocate tb

標簽:手冊方案 上一篇:
展開更多
預(yù)約軟件體驗

loading...

主站蜘蛛池模板: 贺州市| 铜山县| 黄大仙区| 奉化市| 黔西县| 宿州市| 霍城县| 乳源| 汽车| 汕尾市| 延边| 惠安县| 侯马市| 郸城县| 宣恩县| 河曲县| 墨江| 延边| 寻甸| 巴林右旗| 平远县| 彰化市| 万源市| 周至县| 冀州市| 哈密市| 彩票| 厦门市| 汕头市| 益阳市| 望江县| 交口县| 卫辉市| 通许县| 开封县| 隆化县| 望都县| 华亭县| 新郑市| 蓬莱市| 温泉县|