摘要: 用管理员账户sa登陆,然后在master下新建查询: declare @i int declare cur cursor for select spid from sysprocesses where db_name(dbid)= '要断开连接的数据库名称' open cur fetch next 阅读全文
posted @ 2020-01-07 10:28 小油2018 阅读(656) 评论(0) 推荐(0) 编辑