# Install Microsoft SQL Server

- [RMH and SQL Server FAQs](https://docs.rmhpos.com/installation/install-microsoft-sql-server/sql_topics.md)
- [Introduction](https://docs.rmhpos.com/installation/install-microsoft-sql-server/sql_topics/sql-introduction.md)
- [What are the limitations of SQL Server Express?](https://docs.rmhpos.com/installation/install-microsoft-sql-server/sql_topics/sql-what-are-limitations-of-sql-express.md): This topic describes the database size, memory, and processor limitations of SQL Server Express.
- [What contributes to RMH database growth?](https://docs.rmhpos.com/installation/install-microsoft-sql-server/sql_topics/sql-what-contributes-rmh-database-growth.md): This topic describes what causes the RMH database to grow in size.
- [When should I upgrade from SQL Server Express?](https://docs.rmhpos.com/installation/install-microsoft-sql-server/sql_topics/sql-when-to-upgrade-from-sql-express.md): This topic explores the reasons why a store should upgrade from SQL Server Express to a paid edition of SQL Server.
- [Where can I get SQL Server pricing and licensing information?](https://docs.rmhpos.com/installation/install-microsoft-sql-server/sql_topics/sql-pricing-licensing.md): This topic describes how client access licenses (CALs) work and where stores can get more information about SQL Server licensing and pricing.
- [Does installing SQL Server on a dedicated computer improve performance?](https://docs.rmhpos.com/installation/install-microsoft-sql-server/sql_topics/sql-does-installing-sql-on-dedicated-server.md): This topic explores how you can improve performance by installing SQL Server on a dedicated computer.
- [How can I configure SQL Server on a remote computer?](https://docs.rmhpos.com/installation/install-microsoft-sql-server/sql_topics/sql-how-to-configure-sql-on-remote-machine.md): This topic describes how you can configure SQL Server on a remote computer.
- [Conclusion](https://docs.rmhpos.com/installation/install-microsoft-sql-server/sql_topics/sql-conclusion.md)
- [Install Microsoft SQL Server](https://docs.rmhpos.com/installation/install-microsoft-sql-server/installation-sql-server.md): This topic provides an example of how to install Microsoft SQL Server. Refer to the official Microsoft documentation for complete installation instructions.
- [(Optional) Install Microsoft SQL Server Management Studio](https://docs.rmhpos.com/installation/install-microsoft-sql-server/installation-sql-server-management-studio.md): This topic provides an example of how to install Microsoft SQL Server Management Studio. Refer to the official Microsoft documentation for complete installation instructions.
- [Enable TCP/IP and open port 1433](https://docs.rmhpos.com/installation/install-microsoft-sql-server/installation-sql-server-tcpip-ports.md): This topic describes how to enable TCP/IP and open port 1433 so the RMH apps can communicate with SQL Server and synchronized data with the store database.


---

# 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/installation/install-microsoft-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.
