{"id":14064102,"url":"https://github.com/DrJohnT/AzureDevOpsExtensionsForSqlServer","last_synced_at":"2025-07-29T17:32:09.597Z","repository":{"id":55085457,"uuid":"177293965","full_name":"DrJohnT/AzureDevOpsExtensionsForSqlServer","owner":"DrJohnT","description":"Microsoft SQL Server deployment extensions for Azure DevOps Pipelines","archived":false,"fork":false,"pushed_at":"2024-02-23T14:23:13.000Z","size":5211,"stargazers_count":20,"open_issues_count":23,"forks_count":14,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-23T00:30:49.732Z","etag":null,"topics":["azure-devops-extension","dac","dac-publish-profile","dacpac","database","deploy","on-premise","publish","release","sql","sqlcmd","sqlpackage","ssas-tabular","ssdt"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DrJohnT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-23T13:43:44.000Z","updated_at":"2024-06-07T12:53:04.677Z","dependencies_parsed_at":"2024-06-07T13:06:25.621Z","dependency_job_id":null,"html_url":"https://github.com/DrJohnT/AzureDevOpsExtensionsForSqlServer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrJohnT%2FAzureDevOpsExtensionsForSqlServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrJohnT%2FAzureDevOpsExtensionsForSqlServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrJohnT%2FAzureDevOpsExtensionsForSqlServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrJohnT%2FAzureDevOpsExtensionsForSqlServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrJohnT","download_url":"https://codeload.github.com/DrJohnT/AzureDevOpsExtensionsForSqlServer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228032924,"owners_count":17858917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure-devops-extension","dac","dac-publish-profile","dacpac","database","deploy","on-premise","publish","release","sql","sqlcmd","sqlpackage","ssas-tabular","ssdt"],"created_at":"2024-08-13T07:03:40.738Z","updated_at":"2024-12-04T02:31:11.267Z","avatar_url":"https://github.com/DrJohnT.png","language":"PowerShell","readme":"[![Donate with PayPal to Dr John T](https://github.com/DrJohnT/AzureDevOpsExtensionsForSqlServer/blob/master/images/donate.png)](https://paypal.me/drjohnt)\n\n## Azure DevOps Extensions for SQL Server\n\nThis repo contains several extensions for Azure DevOps that help in deploying a wide variety of Microsoft SQL Server components such as Analysis Services tabular cubes, SQL Server databases and Integration Services projects.\n\n## Azure DevOps Exensions\n\n| Azure DevOps Extension | Description and Project Link | Build |\n| --- | --- | --- | \n| [![Publish DACPAC using a DAC Publish Profile](https://img.shields.io/visual-studio-marketplace/v/DrJohnExtensions.PublishDacPac.svg)](https://marketplace.visualstudio.com/items?itemName=DrJohnExtensions.PublishDacPac) | [Deploys a SQL Server Database DACPAC to a server using a DAC Publish Profile](https://github.com/DrJohnT/AzureDevOpsExtensionsForSqlServer/tree/master/extensions/PublishDacPac) | [![Build](https://dev.azure.com/drjohnt/AzureDevOpsExtensionsForSqlServer/_apis/build/status/PublishDacPacTask-CI)](https://dev.azure.com/drjohnt/AzureDevOpsExtensionsForSqlServer/_build/latest?definitionId=9) |\n| [![Deployment tools for SSAS Tabular Cube Models](https://img.shields.io/visual-studio-marketplace/v/DrJohnExtensions.DeployTabularModel.svg)](https://marketplace.visualstudio.com/items?itemName=DrJohnExtensions.DeployTabularModel) | [Deploy, update and drop a tabular cube model on Microsoft SQL Server Analysis Services (SSAS)](https://github.com/DrJohnT/AzureDevOpsExtensionsForSqlServer/tree/master/extensions/DeployTabularModel) | [![Build](https://dev.azure.com/drjohnt/AzureDevOpsExtensionsForSqlServer/_apis/build/status/DeployTabularModel-CI)](https://dev.azure.com/drjohnt/AzureDevOpsExtensionsForSqlServer/_build/latest?definitionId=10) |\n| [![Run SQL / SQLCMD Scripts passing multiple SQLCMD variables](https://img.shields.io/visual-studio-marketplace/v/DrJohnExtensions.RunSqlCmdScripts.svg)](https://marketplace.visualstudio.com/items?itemName=DrJohnExtensions.RunSqlCmdScripts) | [Run single or multiple SQLCMD Scripts passing multiple SQLCMD variables](https://github.com/DrJohnT/AzureDevOpsExtensionsForSqlServer/tree/master/extensions/RunSqlCmdScripts) | [![Build](https://dev.azure.com/drjohnt/AzureDevOpsExtensionsForSqlServer/_apis/build/status/RunSqlCmdScripts-CI)](https://dev.azure.com/drjohnt/AzureDevOpsExtensionsForSqlServer/_build/latest?definitionId=8) |\n\nThe [associated project wiki](https://github.com/DrJohnT/AzureDevOpsExtensionsForSqlServer/wiki/Getting-Started) 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.\n\nNote that the [Publish DACPAC using a DAC Publish Profile](https://marketplace.visualstudio.com/items?itemName=DrJohnExtensions.PublishDacPac) extension is also published as \n[Deploy Database DACPAC using a DAC Publish Profile](https://marketplace.visualstudio.com/items?itemName=DrJohnExtensions.DeployDatabase) using the same codebase as most people thing _Deploy_ rather than _Publish_.\n\n","funding_links":["https://paypal.me/drjohnt"],"categories":["PowerShell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDrJohnT%2FAzureDevOpsExtensionsForSqlServer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDrJohnT%2FAzureDevOpsExtensionsForSqlServer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDrJohnT%2FAzureDevOpsExtensionsForSqlServer/lists"}