點燈坊

失くすものさえない今が強くなるチャンスよ

如何解決 Saving Changes is Not Permitted ?

Sam Xiao's Avatar 2021-10-27

當更改 Schema 需要刪除原本 Table 並重新建立 Table 時,會顯示 Saving Changes is Not Permitted 錯誤訊息,並且無法繼續修改,該如何解決此問題呢 ?

Version

MSSQL 2017

Sympton

save000

title 將原本 Allow Nulls 改成 Not Allow Nulls

save001

存檔時會出現 Saving changes is not permitted 錯誤訊息,且無法繼續進行。

Recipe

save002

Tools -> Options -> Designers

  • Prevent saving changes that require table re-creationfalse

Conclusion

  • 開發階段常需要更改 schema,設成 false 後將可加速開發

Reference

Microsoft Docs, Saving changes is not permitted error message in SSMS