Select from information_schema.columns and full outer join it again on the
table and column names, then just look for nulls on either side. You'll need
to alias the left and right views differently. I'm assuming that the dbs are
next to each other in the same installation. Once the base query is working,
you can filter further on the column types. It's pretty simple as long as
you understand joins.

On Thu, Feb 24, 2011 at 10:30 AM, manuel antonio ochoa <
manuel8aalf...@gmail.com> wrote:

>
> How can I do that ? I dont know how to use the query !! ?
>
>
> 2011/2/24 Isaac Dover <isaacdo...@gmail.com>
>
>> As an alternative to the other tools - I've had luck using a simple query
>> that uses information schema.
>> > How Can I do to compare two structures of data bases ?
>> >
>> > DBA != DBB I need wich functions and wich tables are not equals
>> >
>> > thnks
>>
>
>

Reply via email to