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

# Convertir el espacio de trabajo de Microsoft SQL Server a contenido

Los administradores pueden querer convertir su espacio de trabajo de Microsoft SQL Server de no independiente a independiente, permitiendo que la autenticación viaje con la base de datos en lugar de gestionarse a nivel de servidor.

{% hint style="danger" %}
Se debe implementar una estrategia adecuada de copias de seguridad del espacio de trabajo para evitar una posible pérdida de datos.
{% endhint %}

1\. Configure su SQL Server para permitir bases de datos independientes:

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

{% hint style="info" %}
Si el último comando devuelve un mensaje de error, utilice el comando `sp_who2` para encontrar el SPID de las conexiones abiertas.
{% endhint %}

2. Cree un usuario administrador para la base de datos SQL:

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

3. De vuelta en Remote Desktop Manager, en la pestaña ***General*** de su espacio de trabajo, cambie el tipo a ***Microsoft Azure SQL*** y establezca un ***Nombre de usuario*** y una ***Contraseña***. Haga clic en ***Guardar***.

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

3. Vaya a la pestaña ***Avanzado***, haga clic en ***Más configuración*** y establezca el valor de la configuración ***Encrypt*** en ***false***. Haga clic en ***Ok*** para cerrar la ventana y, a continuación, ***Guarde*** la modificación.

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

5. A continuación, marque la casilla ***Usuario de base de datos independiente (recomendado)*** cada vez que [cree un nuevo usuario](/rdm/es/ribbon-menu-bar/administration/user-management.md) para este espacio de trabajo.

![](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/es/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.
