> 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-store-manager-single-store/installation-sm-connect-sql-server.md).

# Conectarse a SQL Server y a la base de datos de la tienda

1. Abrir **Administrador de la tienda**. El acceso directo debería estar disponible en su escritorio.
2. Haga clic en **Conectar**.

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

3. En el **Servidor** campo, seleccione el **nombre del host** de la computadora donde instaló SQL Server y el nombre de la instancia de SQL Server.

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

4. En **La información de conexión**, seleccione **Usar la autenticación de SQL Server**.
5. Introduzca el **Nombre de usuario** y **Contraseña** para la cuenta del sistema.
6. De **Base de datos**, seleccione la base de datos de la tienda.
7. Haga clic en **Conectar**. Notará que las funciones del **Base de datos** menú ahora son accesibles.

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


---

# 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-store-manager-single-store/installation-sm-connect-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.
