I'm searching for a tool to dump a database including DDL and content as plain SQL-Sсript, so that it can be archived in a plain text format. I know e.g. the Oracle dump tools or MySQL dump, but is there a tool which can connect to different data sources and get the job done? GUI would be great.
相关问题
- SQL join to get the cartesian product of 2 columns
- sql execution latency when assign to a variable
- Difference between Types.INTEGER and Types.NULL in
- php PDO::FETCH_ASSOC doesnt detect select after ba
- Bulk update SQL Server C#
Look at set of SSMA Microsft's free tools (Oracle, Sybase, MySQL..) http://www.microsoft.com/sqlserver/2005/en/us/Migration-oracle.aspx
Check out http://squirrel-sql.sourceforge.net/. Gui, cross-platform and supports any database with jdbc driver.