Databases

SQL Server

SQL Server logo

Dory supports Microsoft SQL Server for enterprise applications, operational reporting, internal tools, and production troubleshooting. You can connect SQL Server, inspect schemas and objects in Explorer, run T-SQL in SQL Console, and use AI Chat with database context.

Best-Fit Use Cases

  • Query operational tables, reporting marts, customer records, and finance data.
  • Explore unfamiliar databases, schemas, tables, views, functions, and procedures.
  • Generate T-SQL for reports, troubleshooting, and data checks.
  • Fix SQL errors with AI using the actual SQL Server error context.
  • Save reusable operational queries.

Supported Capabilities

CapabilitySQL Server support
ConnectionsHost, port, database, username, password, SSL, SSH tunnel, and SQL Server connection URLs.
ExplorerDatabases, schemas, tables, views, columns, functions, and procedures.
SQL ConsoleT-SQL editing, execution, and results.
AI ChatSchema-grounded T-SQL generation, explanation, and error fixing.
Charts & ResultsVisual analysis for query results.
Saved QueriesSave reusable SQL Server queries.

Query Tips

Use SQL Server syntax such as TOP or OFFSET ... FETCH for row limits. When asking AI for metadata queries, mention that the target database is SQL Server so it can use INFORMATION_SCHEMA or SQL Server catalog views instead of PostgreSQL or MySQL-specific syntax.

Connection Requirements

  • Host, port, database name, username, and password.
  • Network access from the Dory runtime.
  • SSL or SSH Tunnel settings when required by your environment.
  • Permissions to read schema metadata and target objects.

How is this guide?