# ¿Cuáles son las limitaciones de SQL Server Express?

SQL Server Express es una edición gratuita de SQL Server. Sin embargo, como la mayoría de las aplicaciones gratuitas, sí tiene algunas limitaciones. La limitación más importante es el **tamaño máximo de la base de datos** de **10 GB**. También impone las siguientes limitaciones de escala en los recursos de hardware:

* **Memoria (RAM):** máximo de 1,4 GB
* **Procesador (CPU):** limitado a 1 socket o 4 núcleos

{% hint style="info" %}
Para obtener una lista completa de los límites de escala de SQL Server Express, consulte [Ediciones y características compatibles de SQL Server 2022](https://learn.microsoft.com/en-us/sql/sql-server/editions-and-components-of-sql-server-2022?view=sql-server-ver16).
{% endhint %}


---

# 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-what-are-limitations-of-sql-express.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.
