# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
