摘要:
exec sp_configure 'show advanced options', '1';goreconfigure;goexec sp_configure 'clr enabled', '1'goreconfigure;exec sp_configure 'show advanced opti... 阅读全文
摘要:
select * from master.sys.sysprocesses where dbid=db_id('数据名') 然后会查询到具体有哪个在连接到此数据库 直接KILL spid的具体数值就可以了kill 52 阅读全文