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.