However, if you are OK with doing that, you don;t need to do it manually. You can just shut off this validation in SSMS.
Tools > Options > Designers > Table and Database Designers
Clear the Prevent saving changes that require the table to be re-created check box.
It's that easy.
Actually, here are all the changes what this validation catches:
- Change settings allow nulls of a column.
- Rearrange the columns of the table.
- Change the data type of the column.
- Add a new column.
https://support.microsoft.com/en-us/help/956176/error-message-when-you-try-to-save-a-table-in-sql-server-saving-changes-is-not-permitted
No comments:
Post a Comment