Skip to content

This is for a MSSQL Server that runs on Docker. So there will be a showcase of mixing the two to achieve a few milestones.

Notifications You must be signed in to change notification settings

tlmatjuda/docker-mssql-operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Docker MS SQL Server Operations


A collection that contains some of the common operations on a MSSQL Service that's running on Docker. This is also based on the article, Dokcer Operations For MSSQL Server which gives you insight on what's happening in the script.

Technologies & Tools Stack Used

  1. Unix Shell (Bash / ZSH)
  2. IntelliJ IDEA (You may use an IDE of your choice)

Setting Up

# import the scipt on your terminal
source ~/where-ever/you/cloned/the/repo/docker-mssql-operations/docker-mssql.sh

Testing

# Backing Up 
dockerMSSQLBackupDatabase DatabaseName BackupFilePrefix

# Restoring
dockerMSSQLRestoreDatabase DatabaseName /path/to/your/BackupFile.bak

All Done! Enjoy.

About

This is for a MSSQL Server that runs on Docker. So there will be a showcase of mixing the two to achieve a few milestones.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages