Posts
Sort by recent activity
/include:StaticData with /option:NoTransactions not working
Our msbuild build script is executing sqlcompare twice with everything the same except the 2nd time we include NoTransactions on the option list.
/options:Default,IgnoreTSQLT,IgnoreUsersPermissions...
incremental updating of database
As part of the Deploy process of our build system I'm trying to update a database in an unknown state to the latest build. (a script is also generated)
This was working before comparing the scripts...
command line Error: Unable to connect to a repository at URL
I finally got migration scripts to work from the command line but after moving the updated command to the build script it fails on the build machine.
I copied the actual sqlcompare command used fro...
/include:staticdata including all tables
I added the /include:staticdata because I want to include the static/linked tables data in my deployment scripts. This switch seems to include ALL tables not just static/linked tables.
I'm comparin...