> 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/es/knowledge-base/knowledge-base-articles/sql-server-express-configuration.md).

# Configuración de SQL Server Express

Para poder conectarse a una base de datos SQL con Devolutions Server, esta es la configuración sugerida en Microsoft SQL Server Express Edition.

**La mayoría de nuestros clientes utilizan la autenticación del servidor en modo mixto**. Según Microsoft, no es el método de autenticación más seguro para usar con Microsoft SQL Server Express Edition, pero recomendamos utilizarlo para configurar y probar su instancia de Devolutions Server. Tras una instalación correcta de Devolutions Server, puede volver a establecer el modo ***Autenticación de Windows*** y activar la opción ***Inicio de sesión único (SSO) de dominio*** en la pestaña ***Base de datos*** de la configuración del servidor de Devolutions Server. Consulte [Configurar el inicio de sesión único (SSO) de dominio](/server/es/knowledge-base/how-to-articles/configure-domain-single-sign-on-sso.md). Para habilitar el modo mixto, en Microsoft SQL Server Management Studio, abra el cuadro de diálogo de propiedades de su servidor y vaya a la pestaña ***Seguridad***. A continuación, seleccione la opción de modo de autenticación de SQL Server y Windows.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4311.png" alt=""><figcaption></figcaption></figure>

La siguiente opción que debe activarse es ***Permitir conexiones remotas a este servidor***. Encontrará esa opción en la pestaña ***Conexiones*** del cuadro de diálogo ***Propiedades*** de SQL Server. A continuación, haga clic en el botón ***OK*** para guardar las modificaciones.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4312.png" alt=""><figcaption></figcaption></figure>

Por último, el servicio SQL Server Browser debe estar iniciado en la máquina donde se aloja SQL Server. Ejecute servicesmsc y busque SQL Server Browser en la lista.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4313.png" alt=""><figcaption></figcaption></figure>

Recomendamos establecer el tipo de inicio en Automático para el servicio SQL Server Browser. Haga doble clic en el servicio para abrir el cuadro de diálogo ***Propiedades***. A continuación, inicie el servicio haciendo clic en el botón ***Iniciar*** y seleccione ***Automático*** en el menú desplegable del tipo de inicio. Por último, haga clic en el botón ***OK***.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4314.png" alt=""><figcaption></figcaption></figure>


---

# 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/es/knowledge-base/knowledge-base-articles/sql-server-express-configuration.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.
