SQL Server Indonesia User Groups Community SQL Management Studio 2008: Saving changes is not permitted - Baby SQL ... (^.^)
Welcome to SQL Server User Group Indonesia
Sign in JoinHelp | Sign In Live ID

SQL Management Studio 2008: Saving changes is not permitted

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.

By default, kita nggak bisa save perubahan pada table yang sudah di-create, karena (sesuai dengan pesannya) perubahan ini akan menyebabkan table tersebut di-drop dan di-create ulang yang mungkin akan menjadi masalah terhadap user yang sedang menggunakan table tersebut.

Beberapa perubahan yang perlu re-create table adalah:

  • column baru
  • delete column yang sudah ada
  • perubahan nullability
  • perubahan urutan column
  • perubahan tipe data

2008-12-04_090338

Apabila anda tetap ingin bisa me-save perubahan dg menggunakan Management Studio walaupun ternyata perlu drop and re-creat table tersebut, silakan buka menu Tools > Options > Designers > uncheck “Prevent saving changes that require table re-creation”:

2008-12-04_091229

 

ref: http://msdn.microsoft.com/en-us/library/bb895146.aspx

Published Friday, December 05, 2008 12:23 AM by David

Comments

No Comments