Viewing 15 posts - 35,941 through 35,955 (of 49,552 total)
Can you post the entire deadlock graph please?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 11, 2009 at 6:25 am
Esalter (11/11/2009)
I find it difficult to believe this article, especially the reference that all non clustered indexes use the clustered index as their lowest level address
Why do you find...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 11, 2009 at 6:15 am
siddartha pal (11/11/2009)
SELECT MAX(ID) FROM dbo.RequestStatusWHERE RequestID = @requestID AND (StatusID = 10 OR NextStatusID = 10)
Just to double check, dbo.RequestStatus is a table?
Does this deadlock happen often? Can...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 11, 2009 at 5:51 am
Try a logarithmic y-axis. Might be clearer.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 10, 2009 at 3:53 pm
Edit: Forum timeout.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 10, 2009 at 3:42 pm
dan-404057 (11/10/2009)
I have a database set for Full Recovery, which I run Snapshot Replication on for DW purposes once per day. (The log_reuse_wait field = 6).
Any transactional replication?
What does...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 10, 2009 at 3:41 pm
|--| (11/10/2009)
By the way, you would be surprise of who I am and my experience.
Do tell.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 10, 2009 at 3:37 pm
|--| (11/9/2009)
Everything inside MS-SQL cache, should and must be actual execution plans or not? if s there, means it ran or it is running now.
Estimated and actual are,...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 10, 2009 at 3:32 pm
For that particular query, quick guess would be a composite index on
DocID, DocDate, docSubject, docNo (in that order)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 10, 2009 at 2:34 pm
Grant Fritchey (11/9/2009)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 10, 2009 at 2:16 pm
Steve Jones - Editor (11/10/2009)
I thought sledgehammer, but those flying pieces of ADSL modem are dangerous. Now if you can redirect those down the block.......
No sledgehammer, I need this modem....
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 10, 2009 at 1:54 pm
TheSQLGuru (11/10/2009)
You can index it, but it's completely useless to do so.
That is incorrect. While you cannot do an index SEEK, a query...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 10, 2009 at 1:53 pm
Grant Fritchey (11/10/2009)
Great to see you.
Likewise. We must do this more often.
I'm glad you got home OK. Your trip is just SO long.
Tell me about it. That last flight...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 10, 2009 at 1:48 pm
dan-404057 (11/10/2009)
(The log_reuse_wait field = 6).
What's log_reuse_wait_desc? I don't offhand know the codes.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 10, 2009 at 1:39 pm
Michael Valentine Jones (11/10/2009)
A better daily maintenance would be: 1. Update statistics, 2. Integrity check, 3. Full backup.
And an occasional index rebuild, doing all the indexes or targeted to the...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 10, 2009 at 1:39 pm
Viewing 15 posts - 35,941 through 35,955 (of 49,552 total)