About 248,000 results
Open links in new tab
  1. azure devops - Format SQL in YAML CI pipeline - Stack Overflow

    Aug 8, 2022 · I'm building a database solution using a YAML Continuous Integration pipeline and want to format the SQL scripts so that they're consistent. i.e. so that: INSERT INTO tblTest (t1, t2, t3) VALUES (@t1, @t2, @t3)

  2. Code Format Task for Azure DevOps Pipeline - Stack Overflow

    Aug 11, 2020 · TL;DR - Is there an Azure DevOps pipeline task for formatting code as part of the build process? I have not been able to find one and would really find it useful. My team uses the free CodeMaid Visual Studio extension to "beautify" (format) C# code. While the extension works well, there are several limitations to relying on developers to format ...

  3. Add existing SQL code to Azure DevOps Git and automate …

    Jan 28, 2021 · I need to copy SQL code to Azure DevOps Git Repo and automate further process (check files and deploy to Prod). Or in other words, to implement a version control that should allow to create a forks, change SQL db objects definition and control all changes.

  4. Copy or clone work items and more - Azure Boards

    Nov 18, 2024 · Azure DevOps Services | Azure DevOps Server 2022 - Azure DevOps Server 2019. There are two types of copy functions you can use: Copy or clone a single work item: To duplicate a single work item, use the "Create copy of a work item" feature.

  5. How to Deploy SQL Database Changes Using Azure DevOps - Perficient Blogs

    Mar 5, 2021 · Once all these steps are executed, you need to set up the Azure SQL DacpacTask in the release pipeline, which will deploy the database changes to a different instance, such as dev, QA, stage, or production.

  6. Database Version Control with Git in Azure DevOps

    Jan 24, 2025 · Check out this PowerShell script that can be used to version control your entire SQL Server database using Azure DevOps and Git.

  7. Continuous SQL Server Database Integration with Azure DevOps

    Feb 6, 2019 · Visual Studio 2017 integrates nicely with the Repository you defined in your Azure DevOps project. Now, we just need to learn how clone, pull and push code to/from the cloud. Our boss has asked us to investigate how a Repository within Azure DevOps can be used to setup continuous integration.

  8. Best way to store SQL scripts in Azure Repos - Microsoft Q&A

    Apr 4, 2022 · I would like to know what would be the best way to keep and transfer my SQL Server database scripts (views, trigger, ...) in Azure Devops/Repo. With the .NET environment, I'm used to building an solution (.sln) in Visual Studio 2019 but I'm less familiar with SQL scripts.

  9. Continuous Delivery for Azure SQL DB using Azure DevOps

    Oct 28, 2020 · In our previous overview of DevOps for Azure SQL DB, we showed you how you can use the built-in tasks in Azure Pipelines to deliver changes continuously to an Azure SQL database. That pipeline was quite simple, and did not have a …

  10. Copy production database to staging on Azure DevOps - Gunnar …

    Dec 30, 2019 · How to make SQL Azure production database copy to staging environment on Azure DevOps release pipeline and Azure PowerShell task.

Refresh