Labels

slider

Recent

Navigation

SQL Error: Saving Changes not permitted in SQL Server

saving Changes is not permitted in MS SQL Server, Prevent saving changes and require table re-creation

Introduction

Today, I am explaining about error saving Changes is not permitted in MS SQL Server, to authorize this permission you have to un-check check box under Tools >> Options menus. If we keep it checked then it will not allow us to change data type during the development so that we require to frequent change or specific requirement then we required it immediately.

Error Description

Saving changes is not permitted. The changes you have made require 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 not permitted in SQL Server



Assumptions

You already know about how to connect SQL Server and create Database Tables and some other operations.

Connect to Server

Assuming you have already connected to Microsoft SQL Server Management Studio (MS SQL Server)

Go to Tools Menu then click on Sub Menu Options

SQL Tool Option

Now go to Tools Menu and then click on Sub Menu Options which will lead you to required setting into your MS SQL Server.

Table and Database Designers

Now navigate to left pane and expand Designers then click on Table and Database Designers, now you will see Table Options in right hand side, un-check option Prevent saving changes and require table re-creation then click on OK button.

Table And Database Designers

Summary

Explained in depth to resolve issue saving Changes is not permitted in MS SQL Server. If anyone still have any issue or clarification the let me know.

Suggested Reading


Share

Anjan kant

Outstanding journey in Microsoft Technologies (ASP.Net, C#, SQL Programming, WPF, Silverlight, WCF etc.), client side technologies AngularJS, KnockoutJS, Javascript, Ajax Calls, Json and Hybrid apps etc. I love to devote free time in writing, blogging, social networking and adventurous life

Post A Comment:

0 comments: