NComp SQL Toolbox is a lightweight SQL utility for Windows and Linux that simplifies data querying, import, comparison, and transformation for both Microsoft SQL Server (MSSQL) and MySQL databases.
This tool provides essential SQL management and data import functionality through a user-friendly interface. Whether you're a developer, analyst, or DBA, it offers quick access to SQL tasks without needing a heavy IDE.
- Connect to MSSQL or MySQL.
- Run or Execute SQL queries and view results in a grid.
- Export result sets as
INSERT
orUPDATE
SQL scripts. - Edit and manage data directly from query results.
- Compare tables between two databases with identical structures.
- Generates
INSERT
andUPDATE
SQL scripts for syncing. - Supports joins to filter records using related tables.
- Load data from CSV or XML sources.
- Map and transform data into database tables.
- Define primary/linked fields and generate insert/update statements.
- Search across multiple tables and columns.
- Optionally replace matching values in-place.
- Useful for cleaning up or updating data in bulk.
- ✅ Windows (32-bit & 64-bit)
- ✅ Linux (Debian-based)
Official Downloads:
➡️ NComp SQL Toolbox
Or clone the repo and build it using Lazarus IDE.
(Screenshots captured on Windows 11)
- MSSQL or MySQL server connection.
- Lazarus IDE (for building from source).
This project is released under the GPL-3.0 license .
If you find a bug or have feature suggestions, feel free to open an issue or contact via ncomp.co.za.