November 9, 2005 at 6:35 am
Good Hunting!
AJ Ahrens
webmaster@kritter.net
November 9, 2005 at 7:50 am
Yeah, the data is almost the same, the jobs run the same time on each server and the processes are virtually the same. The server with sp4 is a lower spec but certainly good enough to run the same code and data as the other server.
The reason I ask is that the problem only started when a procedure was modified with a little bit extra code to clean some tables. This is the same on both servers and like i said the sp3 server runs the procedure in say 20 mins, the sp4 machine hasn't yet completed because it takes all night...and I have to stop it.
This an error I've got.
Intra-query parallelism caused your server command (process ID #51) to deadlock. Rerun the query without intra-query parallelism by using the query hint option (maxdop 1). [SQLSTATE 42000] (Error 8650). The step failed.
Any thoughts?
November 9, 2005 at 5:59 pm
Sounds like there is bad juju in the stored-proc. can you post it so it can be eyeballed for possible areas of improvement?
Good Hunting!
AJ Ahrens
webmaster@kritter.net
November 9, 2005 at 8:05 pm
Hi,
The databases were rebuilt yesterday and the jobs have been re-run. It looks like the procedure is now running normally ????....seems very odd.
I'll keep an eye on that.
Thanks for your time guys.
Graeme
Viewing 4 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply