> 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-to-db.md).

# Conectarse a la base de datos autorizada de la tienda y forzar la instalación de tablas

{% hint style="success" %}
Puede ejecutar Force Install Tables como un ejecutable en **Símbolo del sistema** o **PowerShell**. Esto le permite actualizar o reparar la base de datos de la tienda sin abrir Store Administrator ni Store Manager. Consulte [**Ejecutar Force Install Tables como un ejecutable**](/es/installation/other-procedures/force-install-tables-executable.md) para obtener más información.
{% endhint %}

1. En **Store Administrator**, conéctese a la base de datos de la tienda con licencia. Consulte [**Conectarse a SQL Server y a la base de datos de la tienda**](/es/installation/install-store-manager-single-store/installation-sm-connect-sql-server.md) para obtener más información.
2. En el **Base de datos** panel, haga clic en **Force Install Tables**.

{% hint style="info" %}
A partir de la versión 3.11.14, la función Force Install Tables ya no creará la columna SYNCGUID en las tablas RMH ni en las de aplicaciones de terceros. La función Prepare Database creará la columna SYNCGUID en la tabla RMH, pero ya no la creará en las tablas de aplicaciones de terceros.
{% endhint %}

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

3. Haga clic en **Sí** para continuar.

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

4. Espere mientras **Store Administrator** ejecuta los scripts SQL para crear tablas personalizadas de RMH en la base de datos de la tienda. Esto puede tardar unos minutos.
5. Haga clic en **Aceptar** para cerrar el cuadro de diálogo de confirmación.

<div align="left"><img src="/files/ff3b00ba93c61ab4b8541475067bff8f3cb0b86c" 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-to-db.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.
