Saving changes after table edit in SQL Server Management Studio

后端 未结 7 1735
有刺的猬
有刺的猬 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 01:38

    This is a risk to turning off this option. You can lose changes if you have change tracking turned on (your tables).

    Chris

    http://chrisbarba.wordpress.com/2009/04/15/sql-server-2008-cant-save-changes-to-tables/

提交回复
热议问题