Viewing 8 posts - 1 through 8 (of 8 total)
Hi Boxer,
If you see that Delete statement it uses 2 SQL hints (Updlock and readpast)
meaning is if first SP locks first 100 rows the second SP will...
November 17, 2010 at 8:00 am
Hi Larry,
there is a SQL query that can tell you which query is taking lots of CPU utilization
http://www.revenmerchantservices.com/post/2010/04/23/Sql-server-cpu-utilisation.aspx
Thanks, Satalaj.
November 17, 2010 at 7:47 am
Hi hrc
The insert operation was performed by Asp.net technology on SERVER A. you suggested that use triggers which means insert on SERVER A should depend on availability of...
November 17, 2010 at 7:15 am
yes, I know that query who leads high CPU utilisation.
I had written that query in while loop. It simply deletes top 500 records with UPDlock,READPAST
and insert them into linked...
November 17, 2010 at 4:39 am
Hi,
What actions do you perform if it reaches more than 90%. In my scenario, I have multiple SQL jobs which runs in while loop
e.g.
While(1=1)
begin
...
November 17, 2010 at 1:09 am
What can I do instead of shrinking big log files which grows rapidely.
November 11, 2010 at 12:37 am
In my case log file reaches more than 300GB within 3 to 4 hrs.
To shrink log file I have scheduled a job which executes every 1 hrs.
Is there any...
November 10, 2010 at 8:28 am
Is it bad for shrinking log file?
Thanks,Satalaj.
November 9, 2010 at 9:23 am
Viewing 8 posts - 1 through 8 (of 8 total)