Viewing 8 posts - 1 through 8 (of 8 total)
One last thing...BIN vs BIN2 collation? Does it matter?
November 3, 2015 at 12:04 pm
Paul White (4/6/2010)
carl.anderson-1037280 (4/6/2010)
I guess I have to read up on collations now!
Worth doing, but the reason it is important here is that the sorting and comparison rules are very...
October 29, 2015 at 1:17 pm
And another side note, that 8 sec for 12M rows using NVARCHAR(4000) and BIN collation turns into 36 seconds when using NVARCHAR(MAX) instead of NVARCHAR(4000). I know everyone said...
October 28, 2015 at 12:08 pm
Wow, adding the bin collation really does affect performance greatly!
I just tried this over one of my tables that's got 12M rows and it went from 28 sec...
October 28, 2015 at 11:54 am
So, question about these splitter functions (which are pretty much the most used tools in my arsenal, btw!), are they faster/more efficient being run from the I.B.G. CTE tally table...
October 28, 2015 at 9:57 am
So...I'm liking the DelimitedSplit8K, but I need to increase it to an unknown number between 25K and 150K rows. Any way to modify this so I can go that...
October 18, 2011 at 10:21 pm
BTW, this is explained a little more
EDIT:
(sorry, that was the wrong link)
(and again, they moved my link)
August 27, 2009 at 12:44 pm
Viewing 8 posts - 1 through 8 (of 8 total)