> 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/rdm/de/knowledge-base/how-to-articles/convert-microsoft-sql-server-workspace-to-contained.md).

# Microsoft SQL Server-Datenquelle in eine eigenständige Datenquelle konvertieren

Administratoren möchten möglicherweise ihre Microsoft SQL Server-Datenquelle von nicht-eigenständig zu eigenständig konvertieren, sodass die Authentifizierung mit der Datenbank mitwandert, anstatt auf Serverebene verwaltet zu werden.

{% hint style="danger" %}
Es sollte eine geeignete Backup-Strategie für die Datenquelle implementiert werden, um möglichen Datenverlust zu vermeiden.
{% endhint %}

1\. Konfigurieren Sie Ihren SQL Server, um eigenständige Datenbanken zuzulassen:

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

{% hint style="info" %}
Sollte der letzte Befehl eine Fehlermeldung zurückgeben, verwenden Sie den Befehl `sp_who2`, um die SPID der offenen Verbindungen zu finden.
{% endhint %}

2. Erstellen Sie einen Administratorbenutzer für die SQL-Datenbank:

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

3. Ändern Sie zurück in Remote Desktop Manager im Reiter ***Allgemein*** Ihrer Datenquelle den Typ auf ***Microsoft Azure SQL*** und legen Sie einen ***Benutzernamen*** und ein ***Passwort*** fest. Klicken Sie auf ***Speichern***.

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

3. Gehen Sie zum Reiter ***Erweitert***, klicken Sie auf ***Weitere Einstellungen*** und setzen Sie den Wert der Einstellung ***Encrypt*** auf ***false***. Klicken Sie auf ***Ok***, um das Fenster zu schließen, und ***speichern*** Sie dann die Änderung.

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

5. Aktivieren Sie anschließend jedes Mal, wenn Sie [einen neuen Benutzer erstellen](/rdm/de/ribbon-menu-bar/administration/user-management.md) für diese Datenquelle, das Kontrollkästchen ***Eigenständiger Datenbankbenutzer (empfohlen)***.

![](https://cdnweb.devolutions.net/docs/RDMW4291_2025_1.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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/de/knowledge-base/how-to-articles/convert-microsoft-sql-server-workspace-to-contained.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.
