Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
kill a process in sqlserver 2008 ?
Hi
For close connections of a db in sqlserver 2000 , we can use from this command :
Kill spid (example : kill 17)
But it don’t work in sqlserver 2008. What is the answer?
Thanks very much
Posted

1 solution

according to MSDN you should be able to: http://msdn.microsoft.com/en-us/library/ms173730.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900