views:

105

answers:

4

Hello there!

I'm searching for a tool to dump a database including DDL and content as plain SQL-SCript, so that in can be archived in plain text format. I know e.g. the Oracle dump tools or mysqldump, but is there a tool which can connect to different datasources and get the job done? GUI would be great.

Thanks, Chris

+1  A: 

Look at set of SSMA Microsft's free tools (Oracle, Sybase, MySQL..) http://www.microsoft.com/sqlserver/2005/en/us/Migration-oracle.aspx

Dewfy
A: 

Have a look at Schemacrawler, has no GUI though. http://schemacrawler.sourceforge.net/

DKrause
+1  A: 

Check out http://squirrel-sql.sourceforge.net/. Gui, cross-platform and supports any database with jdbc driver.

Peter Lynch
Include an automatic DBCopy plugin too... might let a user omit the need for SQL Script entirely!
BobMcGee
A: 

You can check database comparer

Hugues Van Landeghem