HI,
I have a requirement where I need to compare the data in different database(tables having same structure/schema).
I know manually I can execute the queries in each database, compare the results and it is done. As this execution is repetitive in nature, how I can automate this.
Thanks In Advance
Dev