Viewing 15 posts - 166 through 180 (of 220 total)
anthony.green (2/4/2013)
February 4, 2013 at 7:46 am
GilaMonster (2/1/2013)
As for thresholds, take them with a...
February 1, 2013 at 7:38 am
GilaMonster (2/1/2013)
Sure, often a lot higher that what you have there.
Hi Gila,
I read somewhere that page splits/sec should not be more then 20% of the batch requests/sec, mine are...
February 1, 2013 at 6:13 am
GilaMonster (1/23/2013)
That's a whole lot of fairly useless indexes. 🙁
🙁 why do you say that? Could you recommend better ones? thanks
January 23, 2013 at 9:12 am
GilaMonster (1/23/2013)
Can you post the table definition and all index definitions for dbo.order?
Just spotted there are 2 indexes on session_id I will drop one of them.
CREATE TABLE [dbo].[order](
[rsn] [bigint] IDENTITY(1,1)...
January 23, 2013 at 8:36 am
anthony.green (1/23/2013)
Can you post the execution plans as a SQLPLAN file from the below query, if they exist any more.
select...
January 23, 2013 at 8:22 am
GilaMonster (1/23/2013)
bugg (1/23/2013)
Hi Anthony, I don't have any deadlock XML in my error log but i do have the information above just broken up into lines.
That's a deadlock graph. 2...
January 23, 2013 at 6:32 am
anthony.green (1/23/2013)
<TextData><deadlock-list>
<deadlock victim="process53b9288">
<process-list>
<process id="process53b9288" taskpriority="0" logused="476"...
January 23, 2013 at 2:34 am
anthony.green (1/22/2013)
If so can you post the deadlock graph from the error log
If not run
DBCC TRACEON (1222, -1)
and then post the graphs once a deadlock...
January 22, 2013 at 11:50 am
GilaMonster (1/22/2013)
bugg (1/22/2013)
GilaMonster (1/22/2013)
bugg (1/22/2013)
Any insight into dealing with deadlocks would be greatly appreciated.
In general:
Optimise the queries. If that doesn't fix the problem use one of the row versioning-based isolation...
January 22, 2013 at 9:24 am
GilaMonster (1/22/2013)
bugg (1/22/2013)
anthony.green (1/22/2013)
If so can you post the deadlock graph from the error log
If not run
DBCC TRACEON (1222, -1)
and then post the graphs once...
January 22, 2013 at 9:21 am
Viewing 15 posts - 166 through 180 (of 220 total)