SET PARSEONLY ON
When SET PARSEONLY is ON, Microsoft® SQL Server™ only parses the statement but does nto execute it.
The setting of SET PARSEONLY is set at parse time and not at execute or run time.
Do not use PARSEONLY in a stored procedure or a trigger. SET PARSEONLY returns offsets if the OFFSETS option is ON and no errors occur.