Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Automatically altering tables from different schema's

by Abigail-II (Bishop)
on Jan 08, 2004 at 18:01 UTC ( [id://319886]=note: print w/replies, xml ) Need Help??


in reply to Automatically altering tables from different schema's

Years ago, I made a program that compared database objects (not just tables), and reported the differences (column names, column types, order in which columns appeared, constraints, presence of triggers and indices, etc). But that was for Sybase, and there all the information is available in SQL tables, making it rather easy.

I could also compare the SQL object creation code with what was present in the database. I did not attempt to parse the SQL using a Perl program - I simply loaded the object in an another database, and compared the newly created object with the object already there.

Unfortunally, I don't have easy access to the code anymore.

Abigail

  • Comment on Re: Automatically altering tables from different schema's

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://319886]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-25 06:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found