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

# Convert Microsoft SQL Server workspace to contained

Administrators might want to convert their Microsoft SQL Server workspace from non-contained to contained, allowing authentication to travel with the database instead of being managed at the server level.

{% hint style="danger" %}
A proper workspace backup strategy should be implemented to prevent possible data loss.
{% endhint %}

1\. Configure your SQL Server to allow contained databases:

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

{% hint style="info" %}
Should the last command return an error message, use the `sp_who2` command to find the SPID of the open connections.
{% endhint %}

2. Create an administrator user for the SQL database:

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

3. Back in Remote Desktop Manager, in the ***General*** tab of your workspace, change the type to ***Microsoft Azure SQL***, and set a ***Username*** and ***Password***. Click ***Save***.

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

3. Go to the ***Advanced*** tab, click on ***More settings***, and set the ***Encrypt*** setting’s value to ***false***. Click ***Ok*** to close the window, then ***Save*** the modification.

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

5. Then, tick the ***Contained database user (recommended)*** checkbox every time you [create a new user](https://docs.devolutions.net/rdm/commands/administration/user-management/) for this workspace.

![](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:

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