Which database do you use? For Oracle you can use PL/SQL Developer which does a quite good job (though it doesn't support partitioned tables and indexes).
For all other databases you could take a look at Aqua Data Studio. Oliver > Von: David Holt <[EMAIL PROTECTED]> > Datum: Fri, 08 Feb 2008 11:39:30 -0800 > An: Miguel Arroz <[EMAIL PROTECTED]> > Cc: WebObjects-Dev List <[email protected]> > Betreff: Re: SQL Schema comparator > > Hi Miguel, > > I find "textwrangler" and "FileMerge" (/Developer/Applications/ > Utilities/FileMerge) work well for this task if you export the > schemas as .sql files. Just compare the differences line by line as > you would for code. > > David > > On 8-Feb-08, at 11:21 AM, Miguel Arroz wrote: > >> Hi! >> >> Subject says it all... the ideia is comparing two SQL schemas to >> help writing migration stuff. Anyone knows/uses/recommends any >> software to do this? >> >> Yours >> >> Miguel Arroz >> >> Miguel Arroz >> http://www.terminalapp.net >> http://www.ipragma.com >> >> >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> http://lists.apple.com/mailman/options/webobjects-dev/programmingosx >> %40mac.com >> >> This email sent to [EMAIL PROTECTED] > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/os%40webinspace.de > > This email sent to [EMAIL PROTECTED] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
