[thelist] MSSQL stored procedure - did my move break something?

Joel D Canfield joel at streamliine.com
Thu Feb 8 16:53:23 CST 2007


> 		This error is talking about the actual INSERT 
> query, which I don't see in the message below.

it's this bit of the SP:

EXEC ('INSERT  INTO TASKS ' + @Columns 
     + ' VALUES (' + @WO2 + @Values+ ')' )



More information about the thelist mailing list