> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/es/installation/install-central-manager-multi-store/installation-cm-configuration-sql-server.md).

# Configurar la conexión a SQL Server y a la base de datos Central

{% hint style="info" %}
Debe restaurar o crear la base de datos Central antes de conectarse a ella. Puede usar una base de datos Central de ejemplo para comenzar. Puede encontrar bases de datos Central de ejemplo en **C:\Program Files (x86)\Retail Hero\RMH Central Manager\DBFiles**.
{% endhint %}

1. Abrir **Central Administrator**. El acceso directo debería estar disponible en su escritorio.
2. Haga clic en **Configuración**.

<div align="left"><img src="/files/4be83e9c02bd0c47cd11d560316475bee07b4fa6" alt=""></div>

3. En el **Nombre del servidor** campo, escriba el **nombre del host** o el **Dirección IP** del equipo donde instaló SQL Server, una **barra invertida (\\)**, y el **nombre de la instancia de SQL Server** si está usando una instancia con nombre de SQL Server.

<div align="left"><img src="/files/a6255ed9b96c7325688b887fff278ac8e1e26f22" alt=""></div>

4. En el **Base de datos** campo, escriba el nombre de la base de datos Central.
5. Seleccione **Usar la autenticación de SQL Server**.
6. Introduzca el **Nombre de usuario** y **Contraseña** para la cuenta del sistema.
7. Haga clic en **Probar la conexión a la base de datos**. Debería ver el mensaje **Base de datos conectada correctamente**.

<div align="left"><img src="/files/a7200aa301d68c60e8ea66262b545d348b9c4302" alt=""></div>

8. Haga clic en **Guardar y cerrar**.


---

# 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.rmhpos.com/es/installation/install-central-manager-multi-store/installation-cm-configuration-sql-server.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.
