SET PARSEONLY#
Examines the syntax of each Transact-SQL statement and returns any error messages without compiling or executing the statement.
Syntax#
SET PARSEONLY { ON | OFF } [;]
Remarks#
Argument values are ignored and do not change the default behavior.
Permissions#
Requires membership in the public role.