awesomeScripts
awesomeScripts copied to clipboard
Data difference by executing a query on database
I want to create a data comparing tool in python which takes 2 database query as source and target and generate a report of difference in data after executing in database.
Here there is only one database. query may access various table in the database. Query is SQL server. Connection and everything is established.
You just need to create a difference program.