SSDT Schema Compare add blank lines to the schema files
Not really a workaround or a solution, but I remember having this issue on Visual Studio 2017 and the issue stopped arising when I upgraded to Visual Studio 2019.
Not really a workaround or a solution, but I remember having this issue on Visual Studio 2017 and the issue stopped arising when I upgraded to Visual Studio 2019.
There are several tools out there: (note that most of these tools can only compare structure, but not data) Free Ones: pgquarrel: http://eulerto.github.io/pgquarrel (schema diff) apgdiff http://apgdiff.com/ (schema diff) Liquibase (Cross DBMS): http://www.liquibase.org (schema diff) pgAdmin https://www.pgadmin.org (schema diff in pgAdmin4) WbDataDiff (Cross DBMS): http://www.sql-workbench.net/manual/compare-commands.html#command-data-diff (data diff) WbSchemaDiff (Cross DBMS): http://www.sql-workbench.net/manual/compare-commands.html Migra https://migra.djrobstep.com/ (schema diff) … Read more