Home > Database > Mysql Tutorial > 快速断开当前数据库的所有连接的方法

快速断开当前数据库的所有连接的方法

WBOY
Release: 2016-06-07 17:45:09
Original
1749 people have browsed it

快速断开当前数据库的所有连接的方法 以前我喜欢执行这个脚本,然后当要断开所有连接的时候就执行一下这个脚本,但是当我重装SQLSERVER的时候,又要在代码库里 找到这个脚本执行觉得很不方便,实际上分离数据库也能够断开所有连接 1 USE master ANSI_NULLS Q

快速断开当前数据库的所有连接的方法

以前我喜欢执行这个脚本,然后当要断开所有连接的时候就执行一下这个脚本,但是当我重装SQLSERVER的时候,又要在代码库里

找到这个脚本执行觉得很不方便,香港空间,香港虚拟主机,实际上分离数据库也能够断开所有连接

1 USE master ANSI_NULLS QUOTED_IDENTIFIER .(100) ((30) (VARCHAR, spid) AS spId 19 FROM master..SysProcesses (dbid) spid dbid TmpCursor TmpCursor (@killspId) TmpCursor TmpCursor 36 DEALLOCATE TmpCursor ,虚拟主机

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template