Viewing post 1 (of 1 total)
To handle nulls, I changed the code to the following:
OLD CODE
set @ValList = @ValList + ' ''+convert(varchar(200),' + @ColName + ')+'''
NEW CODE
set @ValList = @ValList + ' ''''''+isnull(convert(varchar(200),[' + @ColName...
September 4, 2009 at 3:40 pm
Viewing post 1 (of 1 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy