Saving changes is not permitted in SQL Server
In SQL Server Management Studio when altering column’s datatype in the table design and save the changes it drops the table and re-creates a new one, by default this action is prevented.
Follow these steps to change this option:
- Go to Tools in menu -> Options -> Designers.
- Uncheck Prevent saving changes that require the table to be re-created -> Select Ok