June 28, 2013 at 4:36 pm
Why are you using STUFF anyway?
SSMS won't show all the characters in a varchar(MAX), you need to export them to some client that will show them (or check this article http://www.sqlservercentral.com/articles/T-SQL/72129/).
June 28, 2013 at 9:17 pm
Well on the forum, they suggested to use stuff. I will look at the link you provided. If I have any questions I will post back.
June 28, 2013 at 9:28 pm
People usually use STUFF in the code you're using to eliminate the first comma. Since you're not eliminating any character, there's no need to use it.
Be sure to understand the code you're using. Ask as many questions as needed when obtaining a code from a forum. Here we are happy to help you.
June 28, 2013 at 9:36 pm
Thanks for some reason I thought stuff was similar to concatenate, but I I looked it up and I see what you are saying.
Viewing 4 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply