SP4 TSQL Issue

    1. Are the servers identical (hardware versions, software, etc. except for SP4) this is to include CPUs, memory, 3rd party software...
    2. When the processes run are the other processes similar i.e. no antivirus running, mem usage similar, code equal...
    3. Is the amount of data the same? 
    4. Is the data the same?
    5. ....



    Good Hunting!

    AJ Ahrens


    webmaster@kritter.net

  • 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?

  • 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

  • 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