c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android
SQL

Saving changes is not permitted in SQL SERVER - [SOLVED]

| | SQL
I want to add new Column to table. But while saving, It showing this warning message and not allowed to save. 
 "Saving changes is not permitted. the changes you have made requires the following tables to be dropped and re-created. You have either made changes to a table that can't be re-created or enabled the option. Prevent saving changes that require the table to be re-created." 
saving changes is not permitted sql
SOLUTION: 
Go to tools menu in SQL Server
Go to the menu Tools - Options - Designers and uncheck Prevent Saving changes that require table re-creation.
VIDEO GUIDE: