Want to convert each table data in a SQL file to a separate SQL file at one time?
Using DataFileConverter, a native GUI tool, you can bulk convert each table data in a SQL file to a separate SQL file easily and fast.
- Can run in GUI mode, Step by Step, just a few mouse clicks.
- Can run in Command line, for Scheduled Tasks and Streams.
- Combine files locally, Avoid uploading LARGE SQL files to online services.
- Support Windows, Linux, macOS.
Convert each table data in a SQL file to a separate SQL file
Select source SQL file -> Set target SQL file -> Convert SQL table to SQL
Click “Start a New Convert” at task dialog.
then show the wizard.
Select From “File” “SQL” To “Files” “SQL”.
1. Open a source SQL file, select tables to convert to SQL files.
2. Config target SQL files.
3. Summary.
List selected tables.
4. Convert each SQL table to a separate SQL file.
After converting, you can view output SQL files.
Convert each SQL table to a separate SQL file in command line
Save session, and then create .bat file for Windows command line, or .sh file for Linux / macOS.
Set scheduled tasks for converting each SQL table to a separate SQL file
You can schedule and automate this SQL table to SQL converting task by:
1) Save session and create .bat (Windows) or .sh (Linux/macOS) file.