Viewing 15 posts - 4,366 through 4,380 (of 5,843 total)
Try Performance Advisor from SQL Sentry
November 25, 2009 at 7:28 am
bwilliams:
1) welcome to sql server and the sqlservercentral forums
2) PLEASE PLEASE PLEASE do yourself a favor and learn set-based operations. that code you posted would be an...
November 24, 2009 at 7:35 am
I want to add that you should be VERY careful about just implementing all of what the missing index DMVs or DTA give you!! They LOVE to include columns...
November 24, 2009 at 7:31 am
2 thoughts:
Boy, if I had a dollar for every time someone has done this . . . 🙂
There are so many companies out there using SQL...
November 24, 2009 at 7:27 am
2 years ago I had a client running year end tax stuff (payroll processing client) against 4900 or so databases on a single server (which was manually report shipped from...
November 24, 2009 at 7:25 am
bell282 (11/18/2009)
November 23, 2009 at 8:03 am
Picked mine up while at PASS recently.
November 23, 2009 at 7:22 am
Dave Ballantyne (11/20/2009)
TheSQLGuru (11/16/2009)
Peso-284236 (11/15/2009)
This may also be useful to knowhttp://weblogs.sqlteam.com/peterl/archive/2008/11/24/SQL-Server-2008-with-MERGE-and-triggers.aspx
I think the trigger issue has the potential to zap a lot of unsuspecting MERGE users.
Seems a bit...
November 21, 2009 at 9:35 am
C#Screw: I would check the query plans for each. I wouldn't be surprised that the non-function method uses a scan-based plan thus less IO but longer time while...
November 21, 2009 at 9:33 am
Hey Lynn - CONGRATS ON PASSING THE 10000 POINT MARK!!!! :w00t:
November 21, 2009 at 8:59 am
Hardware is probably the only viable solution here. Lots of RAM will help to keep more pages of data in cache, but that will not get you very far...
November 21, 2009 at 8:54 am
MTY-1082557 (11/20/2009)
In my case I always use Var tables for small amout of data..Thank you for the note
This is not necessarily a good thing. You can have a...
November 21, 2009 at 8:39 am
Can anyone comfirm if CPU, IO, etc information is accurately tracked and reported via the referenced DMVs when CLR stuff is being executed??
November 20, 2009 at 1:22 pm
Paul White (11/19/2009)
Paul White (11/19/2009)
November 19, 2009 at 4:36 pm
Douglas Osborne-456728 (11/19/2009)
Gail,I'm pretty sure you haven't answered my question.
The question is, not is it necessary to have the primary key specified in indexes, but is it redundant?
Doug
My vote (although...
November 19, 2009 at 2:17 pm
Viewing 15 posts - 4,366 through 4,380 (of 5,843 total)