Use the Interrupt button on the Interactive SQL toolbar to cancel a command.
ISQL command terminated by user
Statement interrupted by user.
Terminated by user -- transaction rolled backSince data definition commands all perform a commit automatically before the command starts, rollback simply cancels the current command.
This message also occurs when the database server is running in bulk operations mode executing a command that modifies the database (insert, update, and delete). In this case, rollback cancels not only the current command, but everything that has been done since the last commit. In some cases, it may take a considerable amount of time for the database server to perform the automatic rollback.