Guys can you help me with a tool which can quickly give me comparison on 2 schema on 2 different database ..
What I actually want to achieve is this .. schemaA on Database1 and schemaB on Database2... how i can know what new tables schemaB which schemaA don't have and also what records/fields has been added or removed from the common tables of both schema .. e.g suppose tableA is there isn both schema , but in schemaB it can have more of less records/fields.
Thank you.