S
Scott Allen
Hi WF:
You might try sending the SQL command to the database after a SET
PARSEONLY ON command. This instructs the server to check syntax and
return error messages without compiling and executing the statement.
Don't forget to SET PARSEONLY OFF afterwards.
You might try sending the SQL command to the database after a SET
PARSEONLY ON command. This instructs the server to check syntax and
return error messages without compiling and executing the statement.
Don't forget to SET PARSEONLY OFF afterwards.