News

Changing the column name is not a trivial operation especially if the column is referenced in Views, Stored Procedures etc. To execute the rename of a column, there is the sp_rename system Stored ...
Putting it in a single ALTER statement breaks the rollback (the way I did it, can't see why) hence opting for multiple ALTER statements.