Viewing 3 posts - 16 through 18 (of 18 total)
I added the INTO to the statement, but I get the exact same error. I only omitted it because I had seen some examples where it was not used.
I'll...
October 8, 2002 at 11:48 am
#438080
When I call this sp in SQL Query Analyzer I get the following:
Server: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near 'temp_2_99'.
temp_2_99 is the table name...
October 8, 2002 at 11:14 am
#438077
Here is the stored procedure giving me the problem. Check out the condition where @numcols = 9. I am executing a RPC that returns 9 fields, it creates...
October 8, 2002 at 11:00 am
#438072