I am using Visual Studio 2013 to manage a .sqlproj file containing our database schema. The circuit has been successfully deployed dozens of times.
When you try to publish to one specific target database, the message "Create a preview of the publication" appears, but no error is indicated. The preview result includes some expected warnings:
- Column {...} is deleted, data loss may occur
- If this deployment is completed, changes to {...} can lead to runtime errors in {...}
- Runtime errors may occur in this deployment because changes to {...} are blocked by {...} the dependency in the target database
I unchecked "Block incremental deployment if data loss could occur."
The preview stops and no script is created.
source share