Guest_imported
New member
- Jan 1, 1970
- 0
Hi there,
I was wondering if you have ever experienced a deadlock between your process
and a SQL Server process?
I have a stored procedure which consists of a lot of select statements and
two dynamically created insert statements . The stored procedure is called
during a job. However, as it is run, quite often I get the infamous deadlock
error message. however, looking at the results, nothing looks out of ordinary,
but the problem is the log messages that it leaves and the fact for some
reason, the sqlserver CPU shows as being at 50% even when there is nothing
running. The deadlock is between a SQL server's DBCC Process Number 6 and
my process. I have tried but I can't find what DBCC command is being executed.
Any ideas?
I was wondering if you have ever experienced a deadlock between your process
and a SQL Server process?
I have a stored procedure which consists of a lot of select statements and
two dynamically created insert statements . The stored procedure is called
during a job. However, as it is run, quite often I get the infamous deadlock
error message. however, looking at the results, nothing looks out of ordinary,
but the problem is the log messages that it leaves and the fact for some
reason, the sqlserver CPU shows as being at 50% even when there is nothing
running. The deadlock is between a SQL server's DBCC Process Number 6 and
my process. I have tried but I can't find what DBCC command is being executed.
Any ideas?