This terrifies me as well. The workaround is to write the WHERE clause before the SET clause. If you inadvertently submit the query partway, it will be invalid and it's not a big deal.
If you have to use TSQL like me, you can use BEGIN/ROLLBACK TRAN with an OUTPUT clause to easily confirm, then just change it to COMMIT. I actually like this workflow quite a lot
SoftTalker|2 years ago
And if you screw up, well that's what ROLLBACK is for.
noSyncCloud|2 years ago
foreigner|2 years ago