> 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/advanced-credentials.md).

# Credenziali avanzate

Le ***Credenziali avanzate*** sono utilizzate per consentire a Devolutions Server di comunicare con il database SQL.

{% hint style="warning" %}
È possibile configurare manualmente solo gli account di accesso SQL. Con il ***Tipo di autenticazione*** impostato su ***Autenticazione Windows***, gli account vengono recuperati automaticamente dallo ***Scheduler Service*** e dall'Identity del pool di applicazioni IIS.
{% endhint %}

Per ulteriori informazioni su questi account, consulti [Indagine sugli account pre-distribuzione](/server/it/knowledge-base/knowledge-base-articles/pre-deployment-account-survey.md).

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

### Impostazioni

<table><thead><tr><th width="211">Opzione</th><th>Descrizione</th></tr></thead><tbody><tr><td>Management Tools</td><td>Credenziali che consentono alla Devolutions Server Console di comunicare con il database SQL. Deve essere un account SQL.</td></tr><tr><td>Scheduler Service</td><td>Credenziali utilizzate per le funzionalità dello Scheduler Service (Backup Manager, notifiche e-mail, Secure Messaging, cache degli utenti di dominio e dei gruppi di utenti, cache Entra ID). Deve essere un account SQL. Se l'opzione Integrated Security è abilitata, i campi Nome utente e Password sono disattivati.</td></tr><tr><td>Web Application</td><td>Credenziali utilizzate dalla Web Application per comunicare con il database SQL. Deve essere un account SQL. Se l'opzione Integrated Security è abilitata, i campi Nome utente e Password sono disattivati.</td></tr><tr><td>Test Connection</td><td>Verifica sul server SQL le credenziali impostate nei campi Nome utente/Password. Se l'opzione Integrated Security è abilitata, il pulsante è disattivato.</td></tr><tr><td>Apply Least Permissions</td><td>Eseguirà un'istruzione SQL per concedere le autorizzazioni minime sul database per gli account dello Scheduler Service o della Web Application.</td></tr><tr><td>Generate Script</td><td>Genererà uno script SQL che può essere eseguito sul database SQL per gli account dello Scheduler Service o della Web Application. Disponibile solo con l'autenticazione Windows.</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/advanced-credentials.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.
