27acaf4011
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days. |
||
---|---|---|
.github | ||
src | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
ChangeLog.md | ||
HOW_TO_CONTRIBUTE.md | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
USAGE.md | ||
notices.txt |
README.md
Introduction
DWScripter is a scripting tool for Analytics Platform System and Azure SQLDW. This Console app will script the ddl and dml for both APS and SQLDW. Supports: PDW V2, Azure SQLDW, DDL and DML, schemas (version 2.4)
The project is intended as a cross platform tool, and as such is built on .NET Core SDK 2.0.2. You can build the solution and run the tool from the OS of your choice.
Requirements
PDWScripter requires Newtonsoft.json version 10.0.3 or above. You will need to add the package to your system. For more information and samples on how to add the package see Newtonsoft.json NuGet page.
Getting Started
Dowload the sources and build DWScripter tool. For building instructions see How To Contribute
The Solution contains two projects:
- PDWScripter
- DWScripter
PDWScripter is a class library project, made with the purpose of being reusable in custom projects to provide the Data Warehouse object scripting capability. For more information on using the library in your projects, please refer to PDWScripter How To and to PDWScripter License DWScripter is a console application that makes use of the PDWScripter library
DWScripter requires some paramters to identify the instance and databases to be scripted, as well as the object (DML, DDL or both).
You must invoke DWScripter passing all the required parameters. For more information on the tool usage see Usage
Current version is 1.1.0
See ChangeLog
USAGE
For more information on the tool usage see Usage
Contributing
If you are interested in fixing issues and contributing directly to the code base please see contributing guidelines
Please also review our Code of Conduct.
Reporting Security Issues
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.