Scripts for exporting a SQL Server backup to csv files.
- Docker
- Node.js
- Run mssql in a container and load your backup file into the container.
$ ./1_start.sh <your_backup_file>
- Copy the logical names of the files and update the restore db command in
2_export.sh
- Run
./2_export.sh
.
@jchen86