| 
	
 | 
 Posted by Erland Sommarskog on 05/28/06 15:13 
coosa (coosa76@gmail.com) writes: 
> Similary, is there a similar command like 'disconnect' such as in DB2? 
 
I don't know what DISCONNECT in DB2, but the only way to disconnect from 
the server with a T-SQL command is SHUTDOWN WITH NOWAIT. Or a RAISERROR 
with a severity level >= 20. I would not recommend any of them. 
 
The proper way to disconnect is to do it from the client. 
 
 
--  
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se 
 
Books Online for SQL Server 2005 at 
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx 
Books Online for SQL Server 2000 at 
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
 
  
Navigation:
[Reply to this message] 
 |