Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 7, 2024. It is now read-only.

Repository for the new SQL cross-platform command line tools

License

NotificationsYou must be signed in to change notification settings

microsoft/mssql-scripter

Repository files navigation

https://travis-ci.org/Microsoft/mssql-scripter.svg?branch=devhttps://ci.appveyor.com/api/projects/status/vpm8p71265ijytqs/branch/dev?svg=truehttps://codecov.io/gh/Microsoft/mssql-scripter/branch/dev/graph/badge.svg?token=M96uWrHOIu

mssql-scripter

PROJECT STATUS

This tool is no longer actively maintained. Microsoft SQL Server Management Studio providesa Generate Scripts Wizard that provides similar functionality to mssql-scripter.

Description

We’re excited to introduce mssql-scripter, a multi-platform command lineexperience for scripting SQL Server databases.

mssql-scripter is the multiplatform command line equivalent of the widely used Generate Scripts Wizard experience in SSMS. You can use mssql-scripter on Linux, macOS, and Windows to generate data definition language (DDL) and data manipulation language (DML) T-SQL scripts for database objects in SQL Server running anywhere, Azure SQL Database, and Azure SQL Data Warehouse. You can save the generated T-SQL script to a .sql file or pipe it to standard nix utilities (for example, sed, awk, grep) for further transformations. You can edit the generated script or check it into source control and subsequently execute the script in your existing SQL database deployment processes and DevOps pipelines with standard multiplatform SQL command line tools such as sqlcmd.

mssql-scripter is built using Python and incorporates the usability principles of the new Azure CLI 2.0 tools.

Installation

$ pip install mssql-scripter

Please refer to theinstallation guide for detailed install instructions.

Usage

Please refer to theusage guide for details on options and example usage.

For general help content, pass in the-h parameter:

$ mssql-scripter -h

Contributing

If you would like to contribute to the project, please refer to thedevelopment guide.

Reporting issues and feedback

If you encounter any bugs with the tool please file an issue in theIssues section of our GitHub repo.

Code of Conduct

This project has adopted theMicrosoft Open Source Code of Conduct.

For more information see theCode of Conduct FAQ or contactopencode@microsoft.com with any additional questions or comments.

License

mssql-scripter is licensed under theMIT license.

About

Repository for the new SQL cross-platform command line tools

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp