# (Optional) Install Microsoft SQL Server Management Studio

Installing Microsoft SQL Server Management Studio (SSMS) is optional. You do not need to use SSMS to backup, restore, connect, or configure the RMH store or central databases. Instead, you can use the RMH Store Administrator or RMH Central Administrator apps to manage the RMH databases. However, if you are already familiar with SSMS, you may prefer to use it for database management.

{% hint style="warning" %}
This topic is provided as an example only. Refer to the official Microsoft documentation if you install SSMS in stores.
{% endhint %}

1. Download and open the SQL Server installation package.
2. On the **SQL Server Installation Center** screen, click **Install SQL Server Management Tools**.

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

The link opens a web page where you can download SQL Server Management Studio.

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

3. Click **Download SSMS**.
4. Click **Download SQL Server Management Studio (SSMS)**.
5. Go to your **Downloads** folder.
6. Double-click the SSMS setup executable.
7. On the **Welcome** screen, select the location where you would like to install SSMS.

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

8. Click **Install**.
9. If prompted **Do you want to allow this app to make changes to your device?**, click **Yes**.
10. Wait while installation and configuration are completed. This may take a few minutes.

<div align="left"><img src="/files/5KXBE2pUUNHQvnVy2qBX" alt=""></div>

11. On the **Setup Completed** screen, click **Close**.

<div align="left"><img src="/files/8NIUoGSBpF1LJP9zBYkt" alt=""></div>

12. Open **SSMS**.
13. From **Authentication** drop-down, select **SQL Authentication**.

{% hint style="warning" %}
If you use Windows Authentication, the owner of the database will be the Windows user. If you use SQL Server Authentication, the owner of the database is the system account.
{% endhint %}

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

14. Enter the **Login** and **Password** for the system account.
15. (Optional) Select **Remember password**.
16. From the **Encryption** drop-down, select **Optional**.
17. Click **Connect**.


---

# 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/installation-sql-server-management-studio.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.
