Saving changes after table edit in SQL Server Management Studio

后端 未结 7 1736
有刺的猬
有刺的猬 2020-11-28 00:59

If I want to save any changes in a table, previously saved in SQL Server Management Studio (no data in table present) I get an error message:

Saving c

7条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 02:03

    To work around this problem, use SQL statements to make the changes to the metadata structure of a table.

    This problem occurs when "Prevent saving changes that require table re-creation" option is enabled.

    Source: Error message when you try to save a table in SQL Server 2008: "Saving changes is not permitted"

提交回复
热议问题