×

Loading...
Ad by
  • 推荐 OXIO 加拿大高速网络,最低月费仅$40. 使用推荐码 RCR37MB 可获得一个月的免费服务
Ad by
  • 推荐 OXIO 加拿大高速网络,最低月费仅$40. 使用推荐码 RCR37MB 可获得一个月的免费服务

Using Advanced Publish Settings for Visual Studio Database Project

Problem

With a Microsoft Visual Studio Database Project, we can use version control software to manage changes to databases and we may face these problems:

The database project deployment failed, and the error message said “The schema update is terminating because data loss might occur”.

A database object, for example a table, was removed in the project, but the object was still in the target database after a successful deployment.

To know the solution of this problem, please access: https://www.mssqltips.com/sqlservertip/5456/using-advanced-publish-settings-for-visual-studio-database-project/

Report