Viewing 15 posts - 39,211 through 39,225 (of 49,552 total)
RBarryYoung (5/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
May 10, 2009 at 3:33 am
Just run it with no parameters in the database in question.
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
May 10, 2009 at 3:31 am
Please run the following on that database and post the full results.
DBCC CHECKDB (< Database Name > ) WITH NO_INFOMSGS, ALL_ERRORMSGS
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
May 9, 2009 at 2:04 pm
Florian Reischl (5/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
May 9, 2009 at 2:03 pm
WayneS (5/8/2009)
So, if this is done, why is it still doing an index scan and rid lookup instead of an index seek? What am I missing?
Which operator in which...
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
May 9, 2009 at 2:36 am
Don't try. The system databases shouldn't be moved from one version to another. It's really asking for problems.
Script out whatever it is in the master database that you want (logins,...
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
May 9, 2009 at 2:12 am
Jeffrey Williams (5/8/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
May 9, 2009 at 2:06 am
RBarryYoung (5/8/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
May 8, 2009 at 1:50 pm
Marios Philippopoulos (5/8/2009)
It would have been great if SQL Server stored that extra run-time info as well, the same way it stores the "estimated" data.
It does with some, in a...
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
May 8, 2009 at 1:47 pm
Lowell (5/8/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
May 8, 2009 at 9:50 am
Frank Buchan (5/8/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
May 8, 2009 at 9:32 am
Just note that you've got an estimated plan there (or more correctly, an execution plan without run time information).
I can't thing offhand of another way. If it was a...
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
May 8, 2009 at 9:27 am
Lynn Pettis (5/8/2009)
Speaking of which, Gail, I had a couple of UBD moments with your article
UBD?
Thanks, I'll send it to Steve over the weekend.
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
May 8, 2009 at 9:27 am
Lynn Pettis (5/8/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
May 8, 2009 at 9:23 am
Are you seeing IO bottlenecks? (perfmon, physical disk:avg sec/read, physical disk:avg sec/write, physical disk:% idle time)
First things first, before you go looking for hardware. Fix the queries, fix the indexes....
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
May 8, 2009 at 9:11 am
Viewing 15 posts - 39,211 through 39,225 (of 49,552 total)