Viewing 15 posts - 46 through 60 (of 224 total)
Setup a server side trace to identity what is causing the blocking. There are groups available for blocking in SQLserver. Hope this helps you to identify the blocking.
-- Babu...
December 7, 2012 at 1:52 am
srphelan (11/1/2012)
November 1, 2012 at 7:39 pm
capnhector (10/29/2012)
baabhu (10/28/2012)
Our production server experiences lot of blocking and locking from application.
I have attached the top waits from server. Can anyone help to understand or guide...
October 30, 2012 at 11:31 am
After long time I am attempting the question. Good tricky one !!!!.
October 29, 2012 at 3:35 am
GilaMonster (10/22/2012)
Please don't hijack other people's threads. Start your own thread with this problem.
I am sorry. I will start a new thread on this.
--- Babu
October 23, 2012 at 2:30 am
GilaMonster (10/18/2012)
If you don't defined explicit transactions, then each and every data modification statement is wrapped in its own transaction which is automatically committed upon completion.
So...
October 22, 2012 at 7:23 am
Brandie Tarvin (10/22/2012)
baabhu (10/20/2012)
Brandie Tarvin (10/19/2012)
I have an odd question. Why do you need to delete 10000 records from your database every 4 minutes?
This is an OLTP system with tokens...
October 22, 2012 at 7:14 am
Brandie Tarvin (10/19/2012)
I have an odd question. Why do you need to delete 10000 records from your database every 4 minutes?
This is an OLTP system with tokens needs to be...
October 20, 2012 at 11:07 am
Bhuvnesh (10/19/2012)
baabhu (10/19/2012)
We managed to schedule it that 4 minutes job starts at odd minutes and the 10 minutes job starts at even minutes.Chances of intersecting is very rare.
...
October 20, 2012 at 8:38 am
Grant Fritchey (10/19/2012)
October 20, 2012 at 8:34 am
Damn it. Answered the question fast. Did not see the variable @b-2 is int.
October 12, 2012 at 3:02 am
Perry Whittle (10/11/2012)
Create your...
October 11, 2012 at 7:29 pm
MysteryJimbo (10/11/2012)
baabhu (10/11/2012)
MysteryJimbo (10/10/2012)
Are you managing your transaction log with regular backups? If so, why do you say the log file...
October 11, 2012 at 7:26 pm
MysteryJimbo (10/10/2012)
Are you managing your transaction log with regular backups? If so, why do you say the log file is going...
October 11, 2012 at 1:24 am
Viewing 15 posts - 46 through 60 (of 224 total)