Saving changes is not permitted

alattin (16999) 10 yıl önce sordu

Microsoft SQL Server Management Studio içerisinde, SQL tabloları üzerinde yaptığınız değişikliği kaydetmek istediğinizde

Saving changes is not permitted. The change you have made requires the following table to be dropped and re-created. You have either made changes to a table that can't be recreated or enabled the option prevent saving changes that require the table to be re-created.

şeklinde hata alıyorsanız aşağıdaki işlemleri yapmalısınız.

Toplam 1 cevap


alattin (16999) 10 yıl önce cevapladı

Saving changes is not permitted. The change you have made requires the following table to be dropped and re-created. You have either made changes to a table that can't be recreated or enabled the option prevent saving changes that require the table to be re-created.

Saving changes is not permitted. hatasının çözümü oldukça basittir.

  1. Microsoft SQL Server Management Studio içerisinde Tools tıklayın.
  2. Options seçin
  3. Designers seçin.
  4. Prevent saving changes that require the table to be re-created seçeneğinin işaretini kaldırın.

Bu işlem Saving changes is not permitted hatasının çözümü olacaktır.