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

產品手冊 實施方案 用戶案例 問題中心

解除某一個數據庫被應用程序占用的情況

分類:產品中心 實施方案 問題中心 1521

—— 解除數據庫占用
use master
go

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

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...

主站蜘蛛池模板: 峨边| 潢川县| 神木县| 郧西县| 遂川县| 六枝特区| 祁连县| 松潘县| 资中县| 绥中县| 依安县| 会理县| 绥德县| 屏山县| 佛学| 阿克陶县| 厦门市| 思茅市| 华安县| 尼木县| 怀远县| 孟津县| 芮城县| 滕州市| 章丘市| 丰县| 崇仁县| 鹤山市| 霸州市| 镇康县| 新田县| 富蕴县| 保亭| 喜德县| 咸阳市| 旺苍县| 游戏| 米泉市| 焦作市| 江西省| 蓝山县|