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

# Erweiterte Anmeldeinformationen

Die ***Erweiterten Anmeldeinformationen*** werden verwendet, um Devolutions Server die Kommunikation mit der SQL-Datenbank zu ermöglichen.

{% hint style="warning" %}
Nur SQL-Anmeldekonten können manuell konfiguriert werden. Wenn der ***Authentifizierungstyp*** auf ***Windows Authentication*** gesetzt ist, werden die Konten automatisch aus dem ***Scheduler Service*** und der IIS Application Pool Identity übernommen.
{% endhint %}

Weitere Informationen zu diesen Konten finden Sie unter [Pre-deployment account survey](/server/de/knowledge-base/knowledge-base-articles/pre-deployment-account-survey.md).

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

### Einstellungen

<table><thead><tr><th width="211">Option</th><th>Beschreibung</th></tr></thead><tbody><tr><td>Management Tools</td><td>Anmeldeinformationen, die der Devolutions Server Console die Kommunikation mit der SQL-Datenbank ermöglichen. Muss ein SQL-Konto sein.</td></tr><tr><td>Scheduler Service</td><td>Anmeldeinformationen, die für die Funktionen des Scheduler Service verwendet werden (Backup Manager, E-Mail-Benachrichtigungen, Secure Messaging, Cache für Domänenbenutzer und Benutzergruppen, Entra ID-Cache). Muss ein SQL-Konto sein. Wenn die Option Integrated Security aktiviert ist, sind die Felder Benutzername und Passwort ausgegraut.</td></tr><tr><td>Webanwendung</td><td>Anmeldeinformationen, die von der Webanwendung für die Kommunikation mit der SQL-Datenbank verwendet werden. Muss ein SQL-Konto sein. Wenn die Option Integrated Security aktiviert ist, sind die Felder Benutzername und Passwort ausgegraut.</td></tr><tr><td>Test Connection</td><td>Testet die in den Feldern Benutzername/Passwort festgelegten Anmeldeinformationen gegen den SQL-Server. Wenn die Option Integrated Security aktiviert ist, ist die Schaltfläche ausgegraut.</td></tr><tr><td>Apply Least Permissions</td><td>Führt eine SQL-Anweisung aus, um den Konten des Scheduler Service oder der Webanwendung die minimalen Berechtigungen für die Datenbank zu erteilen.</td></tr><tr><td>Generate Script</td><td>Erzeugt ein SQL-Skript, das für die Konten des Scheduler Service oder der Webanwendung auf der SQL-Datenbank ausgeführt werden kann. Nur mit Windows Authentication verfügbar.</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/de/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.
