Viewing 4 posts - 1 through 4 (of 4 total)
http://support.microsoft.com/kb/842421
Explains how to redo the certificate key (*.snk)
August 3, 2007 at 8:49 am
This question was stumbled across by myself when trying to determine the maximum amount of RAM allowable on a Standard Edition of SQL Server 2000. Imagine my disappointment to discover...
January 20, 2007 at 1:40 pm
This should do it. A case statement that checks to see if the Charindex is zero.
CASE WHEN CHARINDEX( b.orig_val, ' + @col_name + ' )=0
THEN CONVERT( VARCHAR( '...
July 6, 2006 at 9:41 am
"Invalid length parameter passed to the substring function. The statement has been terminated." error appears for the statement below: (possibly because the childlastname field may well be null or blank...
July 6, 2006 at 8:24 am
Viewing 4 posts - 1 through 4 (of 4 total)