Comments
Sort by recent activity
1. We have a DEV DB that contains a number of tSQLt unit tests. The tests are run daily. The Devs(bless their little hearts) often make changes to the DB, like deleting tests. I would like to be able to sync only the tests, while not deleting any new tests the devs might be working on. 2. The project file contains various setting I use to control the DB sync. As stated before, I've tried using SQLCompare without the project file but you can't use filter with exclude. 3.The devs (bless their little hearts) work on the servers and forget sometimes to commit their changes to a repo. I just realized (from your comment) that I can probably just filter the source folder to contain only the tests. Then I don't need to use the filter in SQLCompare and I can then run SQLCompare without /project and use /exclude: Additional with /Scripts1 and /database2. / comments
1. We have a DEV DB that contains a number of tSQLt unit tests. The tests are run daily. The Devs(bless their little hearts) often make changes to the DB, like deleting tests. I would like to be a...
I just figured this out. My fault. I had unchecked the missing tables from the table list in the project file, so the program was working as expected. / comments
I just figured this out. My fault. I had unchecked the missing tables from the table list in the project file, so the program was working as expected.