I need to build job which will compare two databases and if there are some changes it should report about it.
I have found 1) Red Gate API tool - too expensive 2) https://github.com/schambers/fluentmigrator - not exactly what I need 3) http://blog.apexsql.com/apexsql-diff-api-discontinued/ - discontinued
So only 1 way is manually building some code for comparing sql objects? Please advice