I have a question regarding if and how this can be done in a stored procedure.
the sql statement uses an IN statement, from a string that I am building in the proc.
I basically use a string like to build a variable @sc - which equals 'H','X','T'
select @sc = @sc + ",'" + @ssss + "'"
and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.