SQL Server Management Studio executes the entire script after Ctrl-E is pressed.
For manual maintenance script files, I have been commenting out all UPDATE, INSERT and DELETE statements.
Execution is then only done by a selecting the SQL script to execute.
Are there other ways to avoid Ctrl-E execute accidents?

