国产受北美法律保护_JiZzJiZZ国产免_精品厕所偷拍各类美女tp嘘_久久综合九色综合欧美十八禁_丰满迷人的少妇三级

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

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

—— 解除數(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

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

loading...