Viewing 15 posts - 2,821 through 2,835 (of 3,348 total)
Adi Cohn-120898 (5/12/2010)
This is not a bug. Rowlock and pagelock are mutually exclusive, and both state to use either row locks or page locks as long as escalation to...
May 12, 2010 at 10:59 am
sjimmo (5/12/2010)
Mine has been more in the rowlock, nolock and tablock hints. I have had cases where the optimizer determined that the tablock was more effective than a rowlock and...
May 12, 2010 at 9:57 am
sjimmo (5/12/2010)
May 12, 2010 at 8:38 am
sjimmo (5/12/2010)
May 12, 2010 at 6:32 am
ziangij (5/11/2010)
plz. suggest... what are the pros & cons of recompile option.
Parameter sniffing.
Basically, SQL Server has three ways to deal with constant values in a query:
a) If it's a constant...
May 12, 2010 at 1:06 am
rVadim (5/11/2010)
Is that what you suggest we should use...
May 11, 2010 at 12:20 pm
Thanks, Steve. Nice question to remind of us one more reason (hah! as if we'd need one!) to always fully qualify our object names.
Small mistake in the explanation - is...
May 11, 2010 at 2:07 am
Paul White NZ (5/8/2010)
(...)Let us imagine that SQL Server supports the TOP OVER() construction in the next release -which logical description would you prefer then?
Hi Paul,
Good question!
Thinking about it made...
May 9, 2010 at 4:04 am
Paul White NZ (5/7/2010)
Hugo Kornelis (5/7/2010)
It's not my habit to disagree with Itzik, but in this case I have to make an exception.
Me either 😉 However, I think there...
May 8, 2010 at 3:39 am
CirquedeSQLeil (5/7/2010)
Paul White NZ (5/7/2010)
CirquedeSQLeil (5/6/2010)
May 7, 2010 at 11:51 am
dunnjoe (5/7/2010)
May 7, 2010 at 9:12 am
Tom Brown (5/7/2010)
May 7, 2010 at 4:50 am
Hugo Kornelis (5/7/2010)
And if you never use the identity column in queries, then the best way to improve performance is to drop that unused column.
What if it's only there to...
May 7, 2010 at 4:06 am
Jan Van der Eecken (5/7/2010)
Paul White NZ (5/6/2010)
May 7, 2010 at 4:03 am
Toreador (5/7/2010)
vignesh 38804 (5/7/2010)
Index on identity column improves performance
If you never use the identity column in queries but only use it as a primary key then doesn't it actually make...
May 7, 2010 at 3:50 am
Viewing 15 posts - 2,821 through 2,835 (of 3,348 total)