SQLDWSchemaMigrate 0.0.0.3213-beta

This is a prerelease version of SQLDWSchemaMigrate.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package SQLDWSchemaMigrate --version 0.0.0.3213-beta
                    
NuGet\Install-Package SQLDWSchemaMigrate -Version 0.0.0.3213-beta
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SQLDWSchemaMigrate" Version="0.0.0.3213-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SQLDWSchemaMigrate" Version="0.0.0.3213-beta" />
                    
Directory.Packages.props
<PackageReference Include="SQLDWSchemaMigrate" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SQLDWSchemaMigrate --version 0.0.0.3213-beta
                    
#r "nuget: SQLDWSchemaMigrate, 0.0.0.3213-beta"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=SQLDWSchemaMigrate&version=0.0.0.3213-beta&prerelease
                    
Install SQLDWSchemaMigrate as a Cake Addin
#tool nuget:?package=SQLDWSchemaMigrate&version=0.0.0.3213-beta&prerelease
                    
Install SQLDWSchemaMigrate as a Cake Tool

Migrate Azure SQL Data Warehouse Objects from a source database to a target database.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.0.3903-beta 654 9/20/2018
0.0.0.3826-beta 701 7/24/2018
0.0.0.3821-beta 730 7/23/2018
0.0.0.3817-beta 718 7/20/2018
0.0.0.3406-beta 884 5/8/2018
0.0.0.3213-beta 918 3/29/2018
0.0.0.2874-beta 769 2/13/2018
0.0.0.2847-beta 893 2/9/2018
0.0.0.2846-beta 937 2/9/2018
0.0.0.2819-beta 884 2/2/2018
0.0.0.2814-beta 927 2/1/2018
0.0.0.2808-beta 911 1/31/2018
0.0.0.2807-beta 915 1/31/2018
0.0.0.2790-beta 932 1/30/2018
0.0.0.2788-beta 905 1/30/2018
0.0.0.2784-beta 951 1/30/2018
0.0.0.2778-beta 853 1/29/2018
0.0.0.2776-beta 898 1/29/2018
0.0.0.2774-beta 902 1/29/2018

PowerShell Module that will be used to Migrate any changes to from a source Azure Data Warehouse to a target Azure Data Warehouse.
Note that data is not migrated over!
Currently there are 5 Objects supported; tables, views, schemas, stored procedures and scalar functions.
The readme of the repo is included in the NuGet package.
Following MSI's need to be installed -
* Microsoft Online Services Sign-In Assistant for IT Professionals RTW https://www.microsoft.com/en-us/download/confirmation.aspx?id=28177
* Microsoft Active Directory Authentication Library for Microsoft SQL Server https://www.microsoft.com/en-us/download/confirmation.aspx?id=48742
* Microsoft ODBC Driver 13.1 for SQL Server https://www.microsoft.com/en-us/download/details.aspx?id=53591
* Microsoft Command Line Utilities 13.1 for SQL Server https://www.microsoft.com/en-us/download/details.aspx?id=53339
Please note that this is still in development stages!