> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/devolutions-server-console/devolutions-server-settings/database/advanced-settings.md).

# Advanced settings

The ***Advanced settings*** contain advanced parameters that are used for the SQL database connection string.

![](https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp8003.png)

### Settings

<table><thead><tr><th width="265">Option</th><th>Description</th></tr></thead><tbody><tr><td>Use SQL Server encrypted connection</td><td>Use SSL to encrypt communication with the database.</td></tr><tr><td>Trust server certificate</td><td>Always trust the server certificate.</td></tr><tr><td>Failover partner</td><td>The name of the failover partner server if database mirroring is configured. This is used only for the initial connection as the principal server will return a name which will replace the configured value when different.</td></tr><tr><td>Connection minimum pool size</td><td>The minimum number of connections that are allowed in the pool.</td></tr><tr><td>Connection maximum pool size</td><td>The maximum number of connections that are allowed in the pool.</td></tr><tr><td>Connection retry count</td><td>Controls the number of reconnection attempts after the client identifies an idle connection failure. Valid values are 0 to 255. The default is 1 and 0 means do not attempt to reconnect.</td></tr><tr><td>Connection retry interval</td><td>Specifies the time between each connection retry attempt (ConnectRetryCount). Valid values are 1 to 60 seconds (the default is 10), applied after the first reconnection attempt. When a broken connection is detected, the client immediately attempts to reconnect; this is the first reconnection attempt and only occurs if ConnectRetryCount is greater than 0. If the first reconnection attempt fails and ConnectRetryCount is greater than 1, the client waits ConnectRetryInterval to try the second and subsequent reconnection attempts.</td></tr><tr><td>Connection timeout</td><td>The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error.</td></tr></tbody></table>

### More settings

The ***More settings*** button, in the ***Advanced settings*** section, contains more advanced parameters that can be edited to replace a missing parameter. Double click a ***Setting name*** to enter edit mode.

![](https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp4089.png)


---

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

```
GET https://docs.devolutions.net/server/devolutions-server-console/devolutions-server-settings/database/advanced-settings.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.
