> 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 un espacio de trabajo de Microsoft SQL Server en contenido

Convierta una fuente de datos de Microsoft SQL Server en contenida en Remote Desktop Manager para que la autenticación viaje con la base de datos.

Puede que los administradores deseen convertir su fuente de datos de Microsoft SQL Server de no contenida a contenida, lo que permite 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 de la fuente de datos para evitar una posible pérdida de datos.
{% endhint %}

1. Configure su SQL Server para permitir bases de datos contenidas. Si el último comando devuelve un mensaje de error, use el comando `sp_who2` para encontrar el SPID de las conexiones abiertas.
2. Cree un usuario administrador para la base de datos SQL.
3. De vuelta en Remote Desktop Manager, en la pestaña ***General*** de su fuente de datos, cambie el tipo a ***Microsoft Azure SQL*** y establezca un ***Nombre de usuario*** y una ***Contraseña***. Haga clic en ***Guardar***.
4. Vaya a la pestaña ***Avanzado***, haga clic en ***Más ajustes*** y establezca el valor del ajuste ***Encrypt*** en ***false***. Haga clic en ***Ok*** para cerrar la ventana y, a continuación, ***Guarde*** la modificación.
5. A continuación, marque la casilla ***Usuario de base de datos contenida (recomendado)*** cada vez que [cree un nuevo usuario](/rdm/es/ribbon-menu-bar/administration/user-management.md) para esta fuente de datos.


---

# 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.
