Database .NET

Database .NET

Innovative, powerful and intuitive multiple database management tool With it you can browse/grant objects, design tables, edit rows, run queries, generate scripts, analyze/monitor SQL and import/export/migrate/sync data with a consistent interface.

Category
Database
License
Free/Commercial
Platforms
Windows
Released
2006
Path
c:\databasenet\Database5Pro.exe
Benefits
GUI mode is better than SSMS IMHO. Useful for large raw export/import operations to and from Excel. Perpetual license.
Notes
UI mode can be used for free, but a perpetual Plus, Standard or Professional license is required for data export/import or migration features.
Used by
Vscode extension
Version
Latest known: 36.4.9133 (2025-01-02)

Examples

1. Executes SQL from a file against a MSSQL Server and saves results to CSV, TSV, PSV, SSV, SQL, XLSX, XLS, XML, JSON, HTM or MD file.

Database5Pro.exe 6 -s:sql.local -d:databasename -u:username -w:password  "c:\custom.sql" -f:"d:\files\export-result.xlsx" -ca

2. Executes SQL from a file against an Excel file and saves results to a JSON file.

Database5Pro.exe 1 "d:\files\CFPBJ.xlsx" "d:\files\CFPBJ-examples.sql" -f:"d:\files\CFPBJ-examples.json" -ca