Is there a command in Microsoft SQL Server T-SQL to tell the script to stop processing? I have a script that I want to keep for archival purposes, but I don\'t want anyone t
Why not simply add the following to the beginning of the script
PRINT 'INACTIVE SCRIPT' RETURN