> For the complete documentation index, see [llms.txt](https://help.novacuraflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novacuraflow.com/connectors/areas/business-systems/database/sql-server.md).

# SQL Server

The SQL Server connector is available as a [Connector Service](/release-information/connector-services.md) as of Flow 6.14.

For documentation about how to connect to SQL Server using the Database Connector bundled with Flow Server, [click here](/connectors/areas/business-systems/database.md).

### Configuration

| Setting                        | Description                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Server**                     | Address to the Microsoft SQL Server                                                                                                                                                                                                                                                                                                                                                                                                         |
| **Global User ID**             | User to login to the database with                                                                                                                                                                                                                                                                                                                                                                                                          |
| **Global Password**            | Password for User                                                                                                                                                                                                                                                                                                                                                                                                                           |
| **Initial Catalog**            | The name of the database to be used. If there are multiple databases on the server that you have permission to use, you have to specify the Initial Catalog.                                                                                                                                                                                                                                                                                |
| **Initialization Command**     | Optional command to execute immediately after successful login                                                                                                                                                                                                                                                                                                                                                                              |
| **Cleanup Command**            | An optional command to execute on the database after the operation has been completed.                                                                                                                                                                                                                                                                                                                                                      |
| **Command Timeout**            | Command timeout, in seconds, to use when executing a script or a query. If not set, the default value will be used (usually 30 seconds). Please note that this is the timeout between Flow Server and database. The communication between Flow Client and Flow server may timeout before the command timeout. If the client experiences timeout, but the database command does not, the database command will still be executed completely. |
| **Connection Timeout**         | The timeout, in seconds, for establishing a connection to the SQL Server.                                                                                                                                                                                                                                                                                                                                                                   |
| **Connection Pooling**         | Sets whether connection pooling should be used.                                                                                                                                                                                                                                                                                                                                                                                             |
| **Override Connection String** | If a connection string is specified here, it will be used instead of the one generated from the settings above.                                                                                                                                                                                                                                                                                                                             |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.novacuraflow.com/connectors/areas/business-systems/database/sql-server.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
