> 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/it/devolutions-server-console/devolutions-server-settings/database.md).

# Database

La sezione della scheda ***Database*** contiene le informazioni del SQL Server, le informazioni delle credenziali SQL e il nome del database utilizzato da Devolutions Server.

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

### Impostazioni

#### Database

<table><thead><tr><th width="202">Opzione</th><th>Descrizione</th></tr></thead><tbody><tr><td>Host</td><td>Nome dell'host in cui verrà archiviato il database.</td></tr><tr><td>Database</td><td>Nome del database sul server.</td></tr><tr><td>Impostazioni avanzate</td><td>Acceda alle <a href="/pages/l1XdGfPGilnjq8J5EPgo">Impostazioni avanzate</a>.</td></tr><tr><td>Testa server</td><td>Testi la connessione con il server per verificare se sono state fornite le informazioni corrette.</td></tr><tr><td>Testa database</td><td>Testi la connessione con il database per verificare se sono state fornite le informazioni corrette.</td></tr><tr><td>Aggiorna database</td><td>Aggiorni il database sul server.</td></tr><tr><td>Salva schema</td><td>Salvi lo schema del database in un file per poterlo inviare al nostro <a href="mailto:service@devolutions.net">team di assistenza clienti</a>.</td></tr><tr><td>Visualizza versione del database</td><td>Visualizzi qual è la versione attuale del database.</td></tr></tbody></table>

#### Credenziali

{% hint style="info" %}
Tenga presente che le impostazioni Integrated Security o Credenziali influiscono sul modo in cui Devolutions Server comunica con il database SQL. Queste opzioni non hanno alcun impatto sul modo in cui gli utenti si autenticheranno sull'istanza di Devolutions Server.
{% endhint %}

<table><thead><tr><th width="193">Opzione</th><th>Descrizione</th></tr></thead><tbody><tr><td>Tipo di autenticazione</td><td>Selezioni tra <em><strong>Windows Authentication</strong></em> o <em><strong>SQL Server Authentication</strong></em> per l'autenticazione al database. Affinché sia possibile utilizzare <a href="/pages/tf1KN3iA0AfajNqjMvWP">Windows Authentication</a> per connettersi al database, deve impostare un account di dominio come identità dell'Application Pool in IIS Manager.</td></tr><tr><td>Nome utente</td><td>Nome utente dell'account di accesso SQL se è selezionato SQL Authentication come tipo di autenticazione.</td></tr><tr><td>Password</td><td>Password dell'account di accesso SQL se è selezionato SQL Authentication come tipo di autenticazione.</td></tr><tr><td>Credenziali avanzate</td><td>Acceda alle <a href="/pages/6Ahj2zoikqgbkiBJlq7A">Credenziali avanzate</a> che consentono alla Devolutions Server Console di comunicare con il database SQL.</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, and the optional `goal` query parameter:

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