Bahasa Indonesia‎ > ‎

Saving changes is not permitted di MS SQL Management Studio

Pada saat kita merubah table pada SQL Server Management Studio SQL Server 2008 seperti misalkan penambahan kolom dan kita ingin menyimpannya dan terdapat error seperti ini :

Pesan Error

Saving changes is not permitted. The change 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.

Maka langkah yang perlu kita lakukan adalah :
  • Pilih menu Tools | Options.
  • Pilih Designers.
  • Jangan memilih opsi "Prevent saving changes that require table re-creation".


  • Klik tombol OK.
Setelah itu coba lakukan lagi perubahan table, apabila belum bisa tutup SQL Server Management Studio dan jalankan kembali.

Comments