In this post, we will see how to create a Sql Server Db backup and save it into a Storage container, using Powershell. We will run a backup of the Db called dockertest and then, we will save it into a container called dbbackup. In order to create a complete backup, we will use a […]
Read MoreIn this post, we will see how to connect a Docker Web API Solution with a SQL Server Database on premises and on Cloud. DB ON PREMISES From our system, we open SSMS, we create a DB called TestDocker1 and then we run some sql scripts, in order to create a table called TabUser and […]
Read More