Hi ,
I need a script which will compare data in 2 database tables. i knaow RedGAte is good toolbut it compres static data. i am interested in dynamic data means in one table data is getting loaded everyday.And other table will show activity on that data.
eg table1. PONumber Qty
111 120
table2: PONumber Qty
111 75
I want to compare for a particulat PONumber how many qty are there in table 2 and how many remained (120-75 = 45)