Wrox Home  
Search P2P Archive for: Go

  Return to Index  

sql_language thread: UPDATE statement not recognizing a variable as a table name


Message #1 by "Cris Baltazar" <baltacr@e...> on Tue, 2 Oct 2001 21:55:51
It's this line:

EXEC sp_ExecuteSQL @strSQL

You put that line in the stored procedure.  Sp_ExecuteSQL takes 1
argument, the string to execute as a SQL statement.

That should do it.

Regards,
AR

  Return to Index