亚洲一区影音先锋色资源,成人毛片免费观看视频在线,日韩亚洲国产激情在线观看

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

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

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

—— 解除數據庫占用
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...

    1. <bdo id="5lxpg"><dl id="5lxpg"></dl></bdo>

        主站蜘蛛池模板: 牟定县| 江川县| 南皮县| 徐汇区| 南开区| 溆浦县| 宾阳县| 元谋县| 尼勒克县| 平谷区| 莲花县| 南昌县| 巴林左旗| 佛学| 阳谷县| 连城县| 台江县| 晋江市| 昭觉县| 无极县| 长垣县| 凤冈县| 呼图壁县| 垣曲县| 滦南县| 财经| 西吉县| 东乡族自治县| 从化市| 赫章县| 临颍县| 浮山县| 龙陵县| 新泰市| 阿拉尔市| 岗巴县| 星座| 方正县| 泰宁县| 新干县| 平邑县|