# Conectar 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: 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:

```
GET https://docs.rmhpos.com/es/installation/install-store-manager-single-store/installation-sm-connect-sql-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
