Posts
Sort by recent activity
Prevent deletion of certain procedures and functions when using SQLCompare
I'm using SQLCompare thought cmd line with /project and /filter to sync a DB. the source is a script folder.The filter is used to update only schema:tSQLt, i.e. unit tests. What I want to do is pre...
sql compare command line exit code 0, missing tables
I'm running the following command : sqlcompare.exe /project:[Project name] /filter:testfilter.scpf /AssertIdentical and I'm trying to to get an non zero exit code. i.e. 79.The filter does include...