django101 / AzureDevOpsExtensionsForSqlServer

Microsoft SQL Server deployment extensions for Azure DevOps Pipelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status License

Donate with PayPal to Dr John T

AzureDevOpsExtensionsForSqlServer

Microsoft SQL Server deployment extensions for Azure Pipelines

This repo contains extensions for Azure Pipelines that help with various deployment tasks when dealing with Microsoft SQL Server.

The associated project wiki explains the basics of applying DevOps to your Data Warehouse and outlines exactly how to setup your in-house build server, Azure Pipelines and test suites.

Azure Pipeline Tasks

Version Extension on Visual Studio Marketplace Description and Project Link
Publish DACPAC using a DAC Publish Profile Publish DACPAC using a DAC Publish Profile Deploys a SQL Server Database DACPAC to a server using a DAC Publish Profile
Deployment tools for SSAS Tabular Cube Models Deployment tools for SSAS Tabular Cube Models Deploy, update and drop a tabular cube model on Microsoft SQL Server Analysis Services (SSAS)
Run SQL / SQLCMD Scripts passing multiple SQLCMD variables Run SQL/SQLCMD Scripts passing multiple SQLCMD variables Run single or multiple SQLCMD Scripts passing multiple SQLCMD variables
Deploy Database DACPAC using a DAC Publish Profile Deploy Database DACPAC using a DAC Publish Profile Deploys a SQL Server Database DACPAC to a server using a DAC Publish Profile

About

Microsoft SQL Server deployment extensions for Azure DevOps Pipelines

License:MIT License


Languages

Language:PowerShell 99.9%Language:TSQL 0.1%