Databass Compare

sampath

New Member
I want to compare two databases (same database name ) ex: 01/01/2012 customer database with 31/08/2012 customer database
to identify newly added changes like as follows

  • fields
  • tables
  • indexes
is this possible or have any tool for do this ? :):)
 
If you use the Data Administration tool you can connect the two databases and create an incremental .df file that will show you what changes would need to be applied to one database to bring it to the same level as the other one.
 
Back
Top