Viewing 15 posts - 211 through 225 (of 1,033 total)
Thanks for a question I didn't have to question my gut instinct answer about.
September 18, 2012 at 7:07 am
Nice Article
Just one of many many reasons that going after the system tables should be done with much trepidation.
September 17, 2012 at 7:11 am
Hugo Kornelis (9/13/2012)
mtassin (9/13/2012)
September 13, 2012 at 7:44 am
Hugo Kornelis (9/13/2012)
September 13, 2012 at 7:31 am
Nice Article.... wish I had read it last week when I was working on a project that needed a bunch of conditional processing... This was just the ticket on...
September 12, 2012 at 9:44 am
Hugo Kornelis (8/31/2012)
August 31, 2012 at 7:53 am
Glad to be part of the 27% that got it right, but that's only because I had the 4 to go by.
I would have probably bypassed the columnstore one otherwise....
August 30, 2012 at 2:01 pm
Ernie Schlangen (8/29/2012)
SPARSE
Indicates that the column is a sparse column. The storage of sparse columns is optimized for null values. Sparse columns cannot be designated as NOT...
August 29, 2012 at 7:35 am
Oops... didn't pay close attention and got Catalog Views and DMVs mixed up.
Good question... wish I had gotten it correct... heh...
August 24, 2012 at 1:24 pm
Hugo Kornelis (8/23/2012)
This time, you were lucky - by not reading all parts of the...
August 23, 2012 at 9:47 am
sknox (8/23/2012)
August 23, 2012 at 9:17 am
Steve Jones - SSC Editor (8/23/2012)
I'll disagree with you and agree with sknox.
If you thought that you could do an insert into @x without defining @x, you would learn something...
August 23, 2012 at 8:51 am
sknox (8/23/2012)
For once I am going to say that the table declarations were best left out -- they would not have helped, and just might have muddied the waters.
I disagree,
I...
August 23, 2012 at 8:27 am
Realized I skipped the xml function tricky thing.
First run 100 times
runtype durationms
delimitedsplit8k89
xml ...
August 23, 2012 at 7:54 am
I'm not seeing the XML trouncing the Delimittedsplit8k tvf though.
My test code I'm using DateTime2 for the greater accuracy
DECLARE @STR VARCHAR(8000)
DECLARE @ItemID VARCHAR(8000)
DECLARE @Item VARCHAR(8000)
August 23, 2012 at 7:47 am
Viewing 15 posts - 211 through 225 (of 1,033 total)