Book a Demo

Author Topic: OT: DB Schema content comparison tools  (Read 3283 times)

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
OT: DB Schema content comparison tools
« on: September 13, 2006, 11:36:31 pm »
In another topic (DB Code Generation), Omian is asking about differential schema code generation.

I have the need to do content comparisons of the same table in different Schemas.  Does anyone know of a tool that can do that?

TIA,
Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

Graham_Moir

  • EA User
  • **
  • Posts: 749
  • Karma: +10/-15
    • View Profile
Re: OT: DB Schema content comparison tools
« Reply #1 on: September 15, 2006, 02:04:47 am »
If your DBMS is Microsoft SQLServer, then yes - excellent products from Red-Gate.  See

http://www.red-gate.com/products/sql_compare/index.htm

and for data comparison

http://www.red-gate.com/products/SQL_Data_Compare/index.htm

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: OT: DB Schema content comparison tools
« Reply #2 on: September 15, 2006, 06:06:14 am »
Quote
If your DBMS is Microsoft SQLServer, then yes - excellent products from Red-Gate.  See

http://www.red-gate.com/products/sql_compare/index.htm

and for data comparison

http://www.red-gate.com/products/SQL_Data_Compare/index.htm
Thanks Graham,

Our target is Oracle and the Quest TOAD tools have a Data Comparison function which will (by the looks of it) suit our immediate needs.

Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!