Comments
3 comments
-
Hi,
Thank you for your forum post.
Have you by any chance deployed an object or objects that references or has a dependency on the filtered object?
If yes, objects excluded by the filter are included in the deployment as dependencies. If an excluded object is referenced by an object you selected for deployment.
Many Thanks
Eddie -
Hi Eddie,
Thank you for your reply.
Does this mean that we have to exclude all stored procedures and functions that use the table?
Also all procedures and functions that use those procedures and functions recursively?
I don't think this would be a viable solution.
In my opinion there should be an option to have the .scpf file overrule dependencies (enabled by default). -
Hi Louis,
You can overrule dependencies by disabling the IncludeDependencies SQL Compare option.
You just need to add "-IncludeDependencies" as a SQL Compare option on the cmdlet.
Add comment
Please sign in to leave a comment.
One of these tables had FileStream enabled for some blob data in the destination databases.
This was not the case for the source database.
The console output contains this text (3 times the same) :
The data was not lost but was converted to normal blob data, and the FileStream property was removed from the column.
Our command line was like this: