Viewing 15 posts - 3,121 through 3,135 (of 3,957 total)
Before I get into thanking everybody for their comments, last weekend I looked into the performance gains achieved by the "other UNPIVOT" approach because I believe there's no such thing...
August 2, 2012 at 7:48 pm
Jeff Moden (8/2/2012)
Very nicely done, Dwain.You can also do similar with SELECT/UNION ALL in 2005.
I love it when I attract attention from the big boys!
Thanks for the praise :blush: and...
August 2, 2012 at 12:42 am
SQLRNNR (7/27/2012)
SQL Kiwi (7/27/2012)
And people ask me why I don't post as much on SSC as I used to ๐
Really unfortunate - I would love to see more from you...
July 31, 2012 at 6:28 pm
steven.elliottjr (7/31/2012)
Wow, this is a great article and something that I've wondered about. Thanks!
Steven - Glad you found it helpful.
Alas, when I looked at the published article, I found that...
July 31, 2012 at 6:17 pm
Wow! I would have never imagined that such a simple basic question would generate so much dialogue.
It turns out that I was trying to create a key with 18...
July 30, 2012 at 8:31 pm
Tom, Bitbucket and Rals - Thanks for dropping by and giving it a shot.
I believe that the limitation on columns participating in an INDEX is the same as for the...
July 30, 2012 at 12:05 am
Here's an example using a rCTE:
;WITH MyTable AS (
SELECT TestDate, TestValue
...
July 27, 2012 at 3:52 am
Laurie beat me to it. I was going to suggest this:
REPLACE(strcol, '&.', '.')
This will only replace the & if it appears prior to the period.
July 27, 2012 at 3:02 am
Gianluca Sartori (7/27/2012)
Or maybe not. Let's see:
* Celko posting arrogant and upolite replies
* Jeff's splitter...
July 27, 2012 at 2:15 am
I say we all take a deep breath and have ยกMas tequila!
July 26, 2012 at 11:21 pm
capn.hector (7/26/2012)
------Almost pure moden splitter modified slightly to take a NVARCHAR(MAX)
and have a cteTally big enough and eliminate the OR when calculating the start of the string-----
------Aaron version of...
July 26, 2012 at 10:23 pm
Jeff Moden (7/26/2012)
dwain.c (7/26/2012)
The SQL-verse was set aflutter today by a purported attempt to debunk the myth perpetrated by Jeff Moden that his DelimitedSplit8K was the fastest 8K...
July 26, 2012 at 9:58 pm
NEWS FLASH -/-
The SQL-verse was set aflutter today by a purported attempt to debunk the myth perpetrated by Jeff Moden that his DelimitedSplit8K was the fastest 8K SQL-based string splitter...
July 26, 2012 at 9:39 pm
Jeff Moden (7/26/2012)
dwain.c (7/26/2012)
Well :blush:, I meant dog-piling in a professional sort of way of course.You know I had to make sure. ๐
I am not "he would should not be...
July 26, 2012 at 8:40 pm
Well :blush:, I meant dog-piling in a professional sort of way of course.
July 26, 2012 at 8:19 pm
Viewing 15 posts - 3,121 through 3,135 (of 3,957 total)