What is SQL Script Builder ?

Feel free to share your comments
Post Reply
User avatar
admindave
Site Admin
Posts: 5
Joined: Wed Aug 19, 2026 5:20 pm

What is SQL Script Builder ?

Post by admindave »

Ever wanted a tool that can migrate any database table ? SQL Script Builder is powerful software that create a SQL script (or dump file) or database file, from any ODBC data source, a script that can be used on your DBMS (database management system) or uploaded on a server. The script produced will create the table and the records. Scripts are available in 5 formats ; MySql, MS SQL, Oracle, Pervasive and PostgreSQL , and files comes in Access mdb, Excel csv, and MS xml. SQL Script Builder is very simple to use, you just have to double click the database and the table from the tree view.

SQL Script Builder can be used for example to convert your Access database table to MySql database table, or MySql database table to MS SQL database table and vice versa. You don't have to transfer all database, you can if you wish only import one table at a time. There's no limits, all you need is the ODBC driver for the database you wish to import from. ODBC is a universal interface, almost every database provider support it.

An other great thing to consider is that SQL scripts can also constitute a backup file of your database table.

For more info and free downloads visit www.sqlscriptbuilder.com
Post Reply