Error!
Success!

SQL SERVER - Stop SQL Server Immediately Using T-SQL

0
kicks

SQL SERVER - Stop SQL Server Immediately Using T-SQL  (Unpublished)

This question has came up many quite a few times with our development team as well as emails I have received about how to stop SQL Server immediately (due to accidentally ran t-sql, business logic or just need of to stop SQL Server using T-SQL). Answer is very simple, run following command in SQL Editor. If you want to shutdown the system without performing checkpoints in every database and without attempting to terminate all user processes use following command.


Kicked By:
Drop Kicked By: