SET AUTOddl
SET AUTOddl [ON | OFF]
This command sets whether all DDL statements executed will be automatically committed or not.The command without any parameters acts as a toggle and turns autoddl off if it is currently on and vice versa.You may supply a specific parameter to make your intentions clear.The parameter must be one of on
or off
.The set
command, with no parameters, will display the current setting.The default in isql
is equivalent to set autoddl on
.