Hi,
I am using a temp table in a stored procedure, I need to pass the column list to it
I am passing the sql statement using this parameter
@ReportSQL varchar(1000)
The problem is I can not use this parameter in the following statement
INSERT INTO #TempVouchers(serial_num, Name, Address...
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.