Viewing 15 posts - 4,966 through 4,980 (of 5,843 total)
Pam Brisjar (10/16/2008)
October 16, 2008 at 1:25 pm
I think several things were missing from the article:
1) You should cover the need to handle foreign keys to the PK
2) You should cover a best practice of dropping the...
October 16, 2008 at 8:55 am
ApexSQL, after some fits and starts, should have a public beta of their debugger product out within a month. I have been advising them on the product and have...
October 15, 2008 at 7:27 am
I have interacted with all of the products over the years, and I too am starting to lean towards the new SQL Sentry Performance Advisor. Those guys and gals...
October 15, 2008 at 7:23 am
Jeff Moden (10/14/2008)
TheSQLGuru (10/14/2008)
And I too think this is a presentation layer item. Or perhaps a CLR...
October 15, 2008 at 7:16 am
That site has a lot of really great stuff. Aaron Bertrand, IIRC.
And I too think this is a presentation layer item. Or perhaps a CLR function??
October 14, 2008 at 7:30 am
It has been my experience that IN causes more problems with optimization than EXISTS does, so I recommend that mechanism.
October 14, 2008 at 7:28 am
Instead of trigger would be my choice as well.
October 14, 2008 at 7:25 am
Michael Earl (10/8/2008)
A table variable usually has to get pretty big before it spills over into TempDB.
Don't forget that the 'definition' of 'pretty big' varies depending on the current memory...
October 13, 2008 at 9:39 am
I have seen a number of my client's servers where the wmiprvse.exe process routinely exhibits excessive paging. If anyone can tell me why this may be occurring (or...
October 9, 2008 at 7:34 am
1) Can anyone give me some justifications for the apparent agreement that table variables should be used for 100 rows??
2) A minor point on the OP: You...
October 8, 2008 at 9:05 am
1) yes, you can get parameter-sniffing type problems from sp_executesql.
2) I wonder if the use of GUIDs is enabling a problem here? Gosh I hate those things...
October 7, 2008 at 10:57 am
Eric Inman (10/5/2008)
October 6, 2008 at 7:05 am
Jeff Moden (10/3/2008)
Yep... but with "VLDB's", hardware costs should be the least of your worries.
Certainly from a storage perspective, although a GOOD SAN can be a tad pricey.
October 4, 2008 at 8:27 am
Viewing 15 posts - 4,966 through 4,980 (of 5,843 total)