Sign inSign up

pranasnet/mssql-scripter

By pranasnet

•Updated over 2 years ago

Image with mssql-scripter and dependencies for sql-dumping local SQL Server.

Image
Developer tools
Databases & storage
0

424

pranasnet/mssql-scripter repository overview

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.

⁠Purpose

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.

⁠Usage

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

Tag summary

Content type

Image

Digest

sha256:06e7d2a4e…

Size

397.1 MB

Last updated

over 2 years ago

docker pull pranasnet/mssql-scripter