Let’s Talk

We would love to hear from you. Want to know more about
our services or have any questions? Say Hi!

Conquering Connections: SSMS to Docker SQL Server for XM Cloud

January 24, 2024
Conquering Connections: SSMS to Docker SQL Server for XM Cloud
Mitesh Patel
Mitesh Patel
Technical Head
learn-how-you-can-connect-SSMS-to-the-docker-SQL-server-for-sitecore-XM-cloud-for-your-business

Let’s first discuss how these benefits in developing a website in XM Cloud,

Connecting SQL Server Management Studio (SSMS) to a SQL Server instance running in a Docker

container can be useful for several reasons

  • Development and Testing
  • Debugging and Troubleshooting
  • Portability
  • Resource Efficiency

Connecting SSMS to a SQL Server instance running in a Docker container provides developers, administrators, and organizations with greater flexibility, scalability, and efficiency in managing SQL Server databases within a containerized environment.

Now let’s see how we can connect our SQL docker container with SSMS and access database, or we can modify the same.

learn-how-you-can-connect-SSMS-to-the-docker-SQL-server-for-sitecore-XM-cloud-for-your-business-1

(Docker containers for XmCloud Local Instance)

Here is the view of containers that are available when we start the local XM-Cloud instance,

Let’s jump into the mssql -1 container,

We need IP address to identify the server.

learn-how-you-can-connect-SSMS-to-the-docker-SQL-server-for-sitecore-XM-cloud-for-your-business-2

(IP Address of SQL Container)

If we see the inspect section, we can see the IP Address field there, XM-Cloud’s .env file consist the user’s name and password of the SQL server which we can use to login through SQL server.

We can configure the above cred in the SSMS application

learn-how-you-can-connect-SSMS-to-the-docker-SQL-server-for-sitecore-XM-cloud-for-your-business-3

(Server Connection through IP Address and Cred.)

Now when we connect to the application, we can able to see the core, master and web DB in the SQL as shown below, here web DB will be not used as we are dealing with the cloud interface in XM-Cloud product.

learn-how-you-can-connect-SSMS-to-the-docker-SQL-server-for-sitecore-XM-cloud-for-your-business-4

(SQL DB view of XmCloud)

This is the view of SQL DB of docker’s MSSQL container. You can now execute the query’s here or you can create new custom DB and that can be utilized in the XM Cloud functionality.

Conclusion

In this guide, we’ve simplified the process of connecting SQL Server Management Studio to a Dockerized SQL Server instance tailored for XM Cloud. By leveraging Docker containers, you gain flexibility, scalability, and ease of management for your database infrastructure. Explore further to harness the full potential of Docker and SQL Server in your cloud environment.


YOU MAY ALSO LIKE