Activating or Deactivating SQL Commands Manually
Use this procedure to activate or deactivate individual zero-row SQL commands by editing the SQL file.
To activate or deactivate a command by editing an SQL file
Save a copy of the SQL file to a new name.
Open the .sql file (not the copy) and locate the desired SQL command.
Commands begin
Run_SQL_#
, for exampleRun_SQL_100
.Edit the command as follows:
To activate the command, delete the element (Execute=N)
To deactivate a command, add the element (Execute=N)
Insert the element on a line by itself after
Run_SQL_# =
.
Save the file.