Current Running all processes in Sql Server and how to kill process
1.Go to Sql server login wizard.
2.Open new query Window.
3.Enter sp_who command.
4. And Execute.
5.It will show all current running processes.
How to Kill Process in Sql server
kill <PID>
No comments:
Post a Comment