I was modifying a column in SQL Server 2016 Management Studio (SSMS) and got the error:
The changes you have made require the following tables to be dropped and re-created
I'm testing and so I don't have any problem with dropping and re-creating new tables. Where is the option to disable this error?
Tools --> Options --> Designers --> Table and Database Designers
In here you will find the following checked option:
Prevent saving changes that require table re-creation
Just uncheck it!