How to find out why the status of a spid is suspended? What resources the spid is waiting for?
I run EXEC sp_who2 78 and I get the following results : How can I find why its status is suspended? This process is a heavy INSERT based on an expensive query. A big SELECT that gets data from several tables and write some 3-4 millions rows to a different table. There are no locks/ blocks. The waittype it is linked to is CXPACKET . which I can understand because there are 9 78s as you can see on the picture below. What concerns me and what I really would like to know is why the number 1 of the SPID 78 is suspended. I understand that when the status of a SPID is suspended it means the process