Viewing 15 posts - 1,441 through 1,455 (of 8,416 total)
Grant Fritchey (12/16/2011)
December 16, 2011 at 7:23 am
Ninja's_RGR'us (12/16/2011)
Thanks, what's the DL?
An email distribution list. I saw the change on Connect before coming here, or looking at the DL, and already added a comment that basically...
December 16, 2011 at 6:09 am
Reposting these links from earlier, for those looking for the details:
http://blogs.msdn.com/b/sqlprogrammability/archive/2006/04/03/567643.aspx
http://blogs.msdn.com/b/sqlprogrammability/archive/2006/04/03/567648.aspx
http://blogs.msdn.com/b/sqlprogrammability/archive/2006/04/03/567660.aspx
http://blogs.msdn.com/b/sqlprogrammability/archive/2006/04/03/567663.aspx
December 15, 2011 at 1:23 pm
jshahan (12/15/2011)
December 15, 2011 at 7:47 am
jshahan (12/15/2011)
December 15, 2011 at 7:07 am
SQLRNNR (12/14/2011)
Have a look at this article.
That is part 2, the first part is here: http://www.sqlservercentral.com/articles/APPLY/69953/
December 14, 2011 at 4:47 pm
Hugo,
I can't find any BOL documentation, but you should find this four-part blog series on the SQL Programmability & API Development Team Blog answers most, if not all of the...
December 14, 2011 at 4:44 pm
RSP (12/14/2011)
This missing index indicates it has a 99% avg user impact/improvement. How reliable is this DMV is the first question.
Hi Robert,
It helps to know a little bit about...
December 14, 2011 at 9:00 am
GSquared (12/14/2011)
December 14, 2011 at 7:12 am
raistlinx (12/14/2011)
December 14, 2011 at 5:20 am
If you want to avoid this in future, get into the habit of specifying a typed UNIQUEIDENTIFIER rather than a string. Either use the curly brace format, or an...
December 13, 2011 at 8:39 pm
raistlinx (12/13/2011)
December 13, 2011 at 8:32 pm
Ninja's_RGR'us (12/13/2011)
How many minutes of processing does that save you on your prod servers? 😉
None, but I have a tidy mind. Can we get back to the question...
December 13, 2011 at 11:07 am
Simple example:
USE tempdb
GO
CREATE TABLE dbo.Test
(
pk INTEGER PRIMARY KEY,
data ...
December 13, 2011 at 11:06 am
Ninja's_RGR'us (12/13/2011)
Not very large and count_big are somewhat mutually exclusive in my mind :-D.
I use it because COUNT introduces a pointless conversion to integer. Saves me a Compute Scalar...
December 13, 2011 at 10:54 am
Viewing 15 posts - 1,441 through 1,455 (of 8,416 total)