Viewing 4 posts - 1 through 5 (of 5 total)
Mike:
Are you still having problems with SB tables bloating? I may have a lighter-weight fix for this than rebuilding SB from scratch...
August 28, 2014 at 2:00 pm
Lynn Pettis (12/30/2012)
John Hardin (12/30/2012)
L' Eomot Inversé (12/30/2012)
Jeff Moden (12/28/2012)
December 30, 2012 at 2:28 pm
L' Eomot Inversé (12/30/2012)
Jeff Moden (12/28/2012)
December 30, 2012 at 1:07 pm
How about this to get rid of the CHARINDEX() string operation:
CREATE FUNCTION dbo.DelimitedSplit8K
--===== Define I/O parameters
(@pString VARCHAR(8000), @pDelimiter CHAR(1))
RETURNS TABLE WITH...
June 21, 2011 at 1:32 pm
Viewing 4 posts - 1 through 5 (of 5 total)