I\'ve created a table and then realised I made a mistake. SSMS wouldn\'t let me update the table without recreating it, so I\'ve deleted the table and then tried to create i
To change this, on the Tools menu, click Options, expand Designers, and then click Table and Database Designers. Select or clear the Prevent saving changes that require the table to be re-created check box.
Right-click on the Server, click on Refresh and try again! Worked like a charm for me. Hope the same works for you as well.
Create the Table with any other name and then rename it works fine. Server refresh did not work for me. You can try to restart Management Studios though.
Closing and restarting SSMS seems to be the only way to get rid of the error. After doing so, I can again successfully create the table.
Make sure that you have no non-saved table changes (better to close all tabulators and try it again)
I was having the same problem. Right-click on your server connection and select 'Refresh'. I did this and was able to save the recreated table without restarting SSMS.