Good day everyone.
I am required to write a query to find out what change in a table when you run an application. To accomplish that I have create a copy of the database and then did some change on the application connected to my primary database.
In order for me to find out what as change I need to be able to compare the two database and find the difference.
Can anyone tell me what would be the best way to create a query that will return the difference between rows in different databases having the same tables and columns.
Thanks in advance
I am required to write a query to find out what change in a table when you run an application. To accomplish that I have create a copy of the database and then did some change on the application connected to my primary database.
In order for me to find out what as change I need to be able to compare the two database and find the difference.
Can anyone tell me what would be the best way to create a query that will return the difference between rows in different databases having the same tables and columns.
Thanks in advance