Image with mssql-scripter and dependencies for sql-dumping local SQL Server.
424
This Docker image is based on the official mssql-scripter tool by Microsoft, and includes all necessary dependencies to simplify scripting a local SQL Server.
The main goal of this image is to solve the common issues encountered when installing mssql-scripter due to its dependencies. This ready-to-use image ensures you can run mssql-scripter without the hassle of dependency problems.
To script a local SQL Server, use the following command:
docker run --rm --network host pranasnet/mssql-scripter -S localhost -d model -U sa -P <sa_password> --schema-and-data > dump.sql
Content type
Image
Digest
sha256:06e7d2a4e…
Size
397.1 MB
Last updated
over 2 years ago
docker pull pranasnet/mssql-scripter