I did an ALTER VIEW
command and it broke my view.
I want to ROLLBACK but don't know how to do this in SQL Server
.
Should I just close management studio and not save anything.
Would this fix it and rollback by itself, or does it COMMIT
automatically every time I click EXECUTE
?