sqlsadie108
Programmer
Hi,
SQL Server 2005, SP2, 32 bit, 4 processors
Stored proc runs and never finishes...
I am seeing a lot of CXPACKET wait times on an UPDATE statement in a stored procedure. Research on the internet seems to point to poor usage of parallelism among the processors, or something to that effect.
Various "cures" include tuning the query, adding indexes, adding a hint to turn off the parallelism and redoing the statistics.
Has anyone here seen this problem, and how did you resolve it?
Thanks much
SQL Server 2005, SP2, 32 bit, 4 processors
Stored proc runs and never finishes...
I am seeing a lot of CXPACKET wait times on an UPDATE statement in a stored procedure. Research on the internet seems to point to poor usage of parallelism among the processors, or something to that effect.
Various "cures" include tuning the query, adding indexes, adding a hint to turn off the parallelism and redoing the statistics.
Has anyone here seen this problem, and how did you resolve it?
Thanks much