menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Databases

>

Backup (an...
source image

Dev

1M

read

394

img
dot

Image Credit: Dev

Backup (and restore) an Sql database inside a docker container.

  • This script demonstrates how to backup and restore an SQL database inside a Docker container.
  • The script uses sqlcmd, which is included in many Visual Studio workflows, to connect to the SQL server.
  • The backup script utilizes the BACKUP DATABASE command to save the database to a specified disk location.
  • The restore script demonstrates how to restore a database using the RESTORE DATABASE command.

Read Full Article

like

23 Likes

For uninterrupted reading, download the app