Environment:
- SQL Server 2000 sp3
- 8 CPUs
- Auto Statistics option is ON
- Simple Recovery Mode
Issue:
- Running a batch of INSERT statements that has been running for a very long time during development of a migration tool
Some diagnostic
- SELECT * FROM sysprocesses WHERE spid = 53
spid kpid blocked waittype waittime lastwaittype waitresource ecid 53 2104 0 0x0000 0 PAGEIOLATCH_EX 13:1:6938984 053 2828 0 0x0208 16 CXPACKET 153 2680 0 0x0208 16 CXPACKET 253 704 0 0x0208 16 CXPACKET 353 3408 0 0x0208 16 CXPACKET 453 2792 0 0x0208 16 CXPACKET 553 912 0 0x0208 16 CXPACKET 653 616 0 0x0208 16 CXPACKET 753 760 0 0x0208 16 CXPACKET 8
I am aware that ecid = 0 corresponds to the parent thread.
QUESTION: Does this look OK?
Thanks for your help.