Viewing 11 posts - 1 through 11 (of 11 total)
Jeff Moden: Yes, we can
November 18, 2010 at 6:29 am
SSC-Enthusiastic: Becoz thats where we observe the max utilization and we can do max optimization!!
November 17, 2010 at 1:05 pm
Agree with Geoff 🙂
November 17, 2010 at 10:34 am
sfrancis: Does it load the system performance? How often does this run?
November 17, 2010 at 10:10 am
Satalaj, I think your problem most probably is indexing. Make sure you have the proper indexes on your table and make sure your queries always use that index. Having no,...
November 17, 2010 at 10:06 am
Hi Satalaj,
Using the UPDLOCK in conjunction with the READPAST gives the best performance for processing queues. ReadPast however, needs an index on the order by column to work properly. Do...
November 17, 2010 at 10:02 am
Reply to rance.malcom: Why dont you use MS profiler to run a trace and check instantly?
November 17, 2010 at 8:06 am
Does the second call of the SP wait for the first call to end? It should skip the rows locked by the first call and delete the next ones.
Have the...
November 17, 2010 at 7:55 am
Does the second call of the SP wait for the first call to end? It should skip the rows locked by the first call and delete the next ones.
Have the...
November 17, 2010 at 7:52 am
Satalaj, you have to make sure that while running procedures in infinite loop, you make sure that you identify which procedures running parallely are getting the CPU usage up (by...
November 17, 2010 at 3:31 am
Viewing 11 posts - 1 through 11 (of 11 total)