Issue:
Changing the order of database table columns.
Resolution:
Have to re-create the table in order to change the order of the database column.
Right click on table -> Designers -> Re-arrange table column -> Save
Note: Make sure the “Prevent saving changes that require table re-creation” is unchecked. Change this my going to SQL Server -> Tools -> Options -> Designers.
References:
https://learn.microsoft.com/en-us/troubleshoot/sql/ssms/error-when-you-save-table
Comments