Skip to main content

#msdyn365bc - How to access SQL database inside docker container ?

Hi Readers,

This is one of the common questions that is asked so many times. 

Question - How can I access my database inside Docker Container in SQL Server Management Studio?

There are situations where you would like to see data stored in SQL Server that is mapped for the docker container. 

There can be multiple reasons to have access the SQL Server.

In this article we will see how easy it is to access SQL Database mapped to docker container.

For this demo we are using Basic authentication with user name and password during creation of docker container.

I have a docker container with Container Name - bc171ussandbox.

This container is based on image for latest version of Sandbox environment. 

During Creation of docker container if you have selected - Use Cronus demo database on SQLExpress inside the container. 


The container creation process will install SQL Express and Restore the database inside it. In addition to that container creation command also create SQL user that is specified during docker creation with sysadmin permission.

To access database use SQL Server Management Studio. If you don't have it you can download the free version from MSDN.

Open SQL Server Management Studio - 

  • In Server Name use container name.
  • user name and password as used to login to Business central container.


Once you connect you can access the CRONUS database used in docker container as shown below.


Hope this article helps.

Let me know if you need any other details.

Regards,
Saurav Dhyani
www.Sauravdhyani.com

Comments

Post a Comment

Popular posts from this blog

VIEW SERVER STATE permission on SQL Server?

Hi all, Sometime While trying to Login into a database we face an error message as shown below. --------------------------- Microsoft Dynamics NAV Classic --------------------------- You cannot start Microsoft Dynamics NAV Classic because you do not have the VIEW SERVER STATE permission on SQL Server. Contact your system administrator. --------------------------- OK    ---------------------------

NAV 2013 R2 - Cumulative update 12 Released.

Hi all, Please find below the details of  Cumulative Update 12 released for Microsoft Dynamics NAV 2013 R2. Title - Cumulative Update 12 for Microsoft Dynamics NAV 2013 R2 Build No. - 38053 Release Date - October, 2014 Local Version Included - AU, AT, BE, CH, DE, DK, ES, FI, FR, IS, IT, NA, NL, NO, NZ, SE, UK, RU Download Link Note: Implementing this cumulative update will require a database conversion unless you have already implemented update rollup 5.

NAV 2013 Upgrade Part III - Data Upgrading.

Hi all, As per agenda we need to discuss the data upgrade in NAV 2013. The process is similar to what used to be till NAV 2009 R2 but with some changes. Let's start the process. Remember -  1) You can only upgrade a database to NAV 2013 from NAV 2009 SP1 / R2 SQL Only. 2) The Synchronization of users with SQL Server is no more required.