Two ways to perform CI/CD for SQL databases in Fabric using GitHub Actions

In this post I cover two ways to perform CI/CD for SQL databases in Fabric using GitHub Actions. By showing two different ways you can create the dacpac file with GitHub Actions. One way with a database project and another by directly extracting the schema of the database into a dacpac file. As per the … Read more

Two ways to perform CI/CD for SQL databases in Fabric using YAML Pipelines

In this post I cover two ways to perform CI/CD for SQL databases in Fabric using YAML pipelines in Azure DevOps. By showing two different ways you can create the dacpac file with YAML pipelines. One way with a database project and another by directly extracting the schema of the database into a dacpac file. … Read more

Two ways to perform CI/CD for SQL databases in Fabric using Azure DevOps

In this post I cover two ways to perform CI/CD for SQL databases in Fabric using Azure DevOps. By showing two different ways you can create the dacpac file in Azure DevOps. One way from on a database project and another by directly extracting the schema of the database into a dacpac file. As per … Read more

Spreading your SQL Server wings with SQL database in Fabric

In this post I cover spreading your SQL Server wings with SQL database in Fabric. As part of a series of posts about spreading your SQL Server wings with the Microsoft Intelligent Data Platform. It has been some time since a published in this series of posts. In fact, my last post in this series … Read more