Which system table holds the details of all the processes running on the Microsoft sql server?

 Posted by Virendradugar on 11/19/2009 | Category: Sql Server Interview questions | Views: 4200
Answer:

The name of the system table is sysprocesses .

Select * from sysprocesses


Make sure you run this query in master database.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response