# Introducción

Esta guía proporciona respuestas a preguntas frecuentes sobre la relación entre las aplicaciones Retail Management Hero (RMH) y Microsoft SQL Server.

Las aplicaciones RMH utilizan SQL Server para el almacenamiento de datos. SQL Server Express, una edición gratuita de SQL Server, suele ser suficiente para implementaciones de una sola tienda. Normalmente, las tiendas actualizarán a una edición de pago de SQL Server, como Standard, cuando alcancen el tamaño de la base de datos o los límites de uso de recursos de SQL Server Express.

Esta guía proporciona información general sobre SQL Server y cómo las aplicaciones RMH utilizan SQL Server. No explica cómo instalar, licenciar, configurar o mantener SQL Server. Siempre debe seguir las directrices e instrucciones de Microsoft para SQL Server.


---

# 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-microsoft-sql-server/sql_topics/sql-introduction.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.
