How to test data records of all the tables from SQL and Postgresql?

Viewed 9

If the data from SQL is being migrated to postgresql and I am supposed to test that all the records of all the tables are correct. This is periodic job. I am not supposed to used paid tool.

One difficult way is I can write java or python code to get the data from respective tables from both the DB's then compare it but the records are in millions.

Please suggest if there are any easier way? Free tool plz?

0 Answers
Related