SQL Server Build Info
The DB Server Info activity is a one-page dashboard that tells you exactly what you are connected to. It reports the product name, version, JDBC driver, connection URL, feature support flags, and a per-database size table — enough to answer "which server is this?" and "what does it support?" without leaving VisuaLeaf.
A grid of nine cards summarizes the server. Each card has an icon, a label, and a value:
| Card | What it shows |
|---|---|
| Database Product | e.g. PostgreSQL, MariaDB, Microsoft SQL Server. Highlighted in accent color. |
| Version | Full product version string reported by the driver. |
| Major / Minor | Parsed major.minor version numbers. |
| JDBC Driver | Driver name (e.g. PostgreSQL JDBC Driver). |
| Driver Version | Driver's own version string. |
| Max Connections | Server-side connection ceiling. |
| Max Statement Length | Maximum size of a single SQL statement the driver will accept. |
| JDBC URL | The exact JDBC URL VisuaLeaf used to connect. |
| User | The authenticated username reported by the server. |
A row of chips answers common capability questions at a glance:
BEGIN/COMMIT/ROLLBACK.addBatch()/executeBatch().CALL / EXEC.FULL OUTER JOIN.Green chips indicate supported features, red chips indicate unsupported ones.
The lower table enumerates every database (or schema, depending on dialect) accessible on the server. Columns are shown or hidden based on whether the driver returns data for them:
| Column | Meaning |
|---|---|
| Name | Database identifier. |
| Size | Human-readable size (B/KB/MB/GB). |
| Tables | Count of tables in the database. |
| Charset | Default character set (MySQL/MariaDB). |
| Collation | Default collation. |
| Owner | Owning role (PostgreSQL). |
| Encoding | Storage encoding (PostgreSQL). |
| Comment | Free-form description. |
The header shows the aggregated total size across all databases.
A typical JDBC URL looks like:
jdbc:postgresql://db.internal:5432/analytics?sslmode=require&ApplicationName=VisuaLeaf
Use it to confirm which host, port, and default database you are actually connected to — especially handy when juggling multiple environments with similar aliases.
SELECT version().Download and start managing your MongoDB databases with ease.
Download Free Trial