--一、查找數據的dbid Select * from master..sysdatabases where name = 'testeq' --二、查找對應dbid的進程ID Select * from sys.sysprocesses a where a.dbid = '32' --三、執行殺進程spid kill 52