> 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.md).

# Database

The ***Database*** tab section contains the information of the SQL Server, the SQL credentials information, and the database name used by Devolutions Server.

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

### Settings

#### Database

<table><thead><tr><th width="202">Option</th><th>Description</th></tr></thead><tbody><tr><td>Host</td><td>Name of the host where the database will be stored.</td></tr><tr><td>Database</td><td>Name of the database on the server.</td></tr><tr><td>Advanced Settings</td><td>Access the <a href="https://docs.devolutions.net/server/devolutions-server-console/devolutions-server-settings/database/advanced-settings/">Advanced settings</a>.</td></tr><tr><td>Test Server</td><td>Test the connection with the server to validate if the proper information has been provided.</td></tr><tr><td>Test Database</td><td>Test the connection with the database to validate if the proper information has been provided.</td></tr><tr><td>Update Database</td><td>Update the database on the server.</td></tr><tr><td>Save Schema</td><td>Save the database schema in a file to allow sending it to our <a href="mailto:service@devolutions.net">customer support team</a>.</td></tr><tr><td>View Database Version</td><td>View what is the current database version.</td></tr></tbody></table>

#### Credentials

{% hint style="info" %}
Note that the Integrated Security or Credentials settings affect how the Devolutions Server communicates with the SQL database. These options do not have any impact on how users will authenticate on the Devolutions Server instance.
{% endhint %}

<table><thead><tr><th width="193">Option</th><th>Description</th></tr></thead><tbody><tr><td>Authentication type</td><td>Select between <em><strong>Windows Authentication</strong></em> or <em><strong>SQL Server Authentication</strong></em> for authenticating to the database. For <a href="https://docs.devolutions.net/server/kb/how-to-articles/configure-windows-authentication/">Windows Authentication</a> to be used to connect to the database, you must set a domain account as the Application Pool identity in the IIS Manager.</td></tr><tr><td>Username</td><td>SQL login account username if SQL Authentication is selected as the authentication type.</td></tr><tr><td>Password</td><td>SQL login account password if SQL Authentication is selected as the authentication type.</td></tr><tr><td>Advanced Credentials</td><td>Access the <a href="https://docs.devolutions.net/server/devolutions-server-console/devolutions-server-settings/database/advanced-credentials/">Advanced Credentials</a> that allows the Devolutions Server Console to communicate with the SQL database.</td></tr></tbody></table>


---

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