當更改 Schema 需要刪除原本 Table 並重新建立 Table 時,會顯示 Saving Changes is Not Permitted
錯誤訊息,並且無法繼續修改,該如何解決此問題呢 ?
Version
MSSQL 2017
Sympton
title
將原本 Allow Nulls
改成 Not Allow Nulls
。
存檔時會出現 Saving changes is not permitted
錯誤訊息,且無法繼續進行。
Recipe
Tools -> Options -> Designers
Prevent saving changes that require table re-creation
:false
Conclusion
- 開發階段常需要更改 schema,設成
false
後將可加速開發
Reference
Microsoft Docs, Saving changes is not permitted error message in SSMS