Is there a task manager of sorts for SQL Server 2008 and on?
A way to see what SQL server is doing, kill runaway queries, etc…
Is there a task manager of sorts for SQL Server 2008 and on? A
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Should show you the processes running. Kill tasks is the
command
Note, this view (
master.dbo.sysprocesses) is as a backward compatible view, so it might not be here in future SQL releases