T-SQL Tuesday 177 – Managing Database/SQL Pool/Data Warehouse code

For this months T-SQL Tuesday contribution I cover managing Database/SQL Pool/Data Warehouse code. To clarify, this post focuses on managing code for SQL Server databases, Azure Synapse SQL Pools and Microsoft Fabric Data Warehouses. Since they all work with T-SQL and this is a T-SQL Tuesday post. Before I go any further, I want to … Read more

Migrate dedicated SQL Pool objects to a Microsoft Fabric Data Warehouse

In this post I want to cover one way you can migrate dedicated SQL Pool objects to a Microsoft Fabric Data Warehouse using Azure DevOps. I thought I better do this post since I showed how to do something similar for serverless SQL Pool objects in a previous post. To clarify, when I say dedicated … Read more

Migrate serverless SQL Pool objects to a Microsoft Fabric Data Warehouse

In this post I want to cover one way you can migrate serverless SQL Pool objects to a Microsoft Fabric Data Warehouse using Azure DevOps. Since I was able to get this working. To clarify, when I say serverless SQL Pools I mean the ones that are part of Azure Synapse Analytics. Which I covered … Read more

Spreading your SQL Server wings with serverless SQL Pools

In this post I want to cover spreading your SQL Server wings with serverless SQL Pools. As part of a series of posts about spreading your SQL Server wings with the Microsoft Intelligent Data Platform. Since I covered dedicated SQL Pools in my last post I thought I it was only fair that I covered … Read more

Spreading your SQL Server wings with dedicated SQL Pools

In this post I want to cover spreading your SQL Server wings with dedicated SQL Pools. As part of a series of posts about spreading your SQL Server wings with the Microsoft Intelligent Data Platform. Since I covered Azure Synapse Analytics in my previous post I thought I would go a bit deeper into dedicated … Read more

Spreading your SQL Server wings with Azure Synapse Analytics

In this post I want to cover spreading your SQL Server wings with Azure Synapse Analytics. As part of a series of posts about spreading your SQL Server wings with the Microsoft Intelligent Data Platform. You can find out more about this series of posts in an introductory post I published about the series. In … Read more

Install SqlPackage to work with dacpacs for serverless SQL Pools

In this post I want to cover how to install SqlPackage to work with dacpacs for serverless SQL Pools. I decided to do this post after some feedback I received about SqlPackage after a series of posts about deploying dacpacs to serverless SQL Pools. For example, my post about deploying a dacpac to a serverless … Read more

T-SQL Tuesday 161 – Fun with T-SQL by querying a delta table

For this months T-SQL Tuesday contribution I want to cover when I had fun with T-SQL by querying a delta table. Reitse Eskens hosts this months T-SQL Tuesday. Reitse invites us to blog about having fun with T-SQL. Which I definitely had making the video for last years Festive Tech Calendar. You can read the … Read more

Spreading your SQL Server wings with the Microsoft Intelligent Data Platform series

Consider this post as an introduction to upcoming spreading your SQL Server wings with the Microsoft Intelligent Data Platform series that I will be publishing. I want to publish this post to raise awareness about a series of future posts that are coming. Plus, I want to make those posts more efficient by sharing a … Read more

Common Azure Synapse Link for SQL storage permission issues

In this post I want to cover common Azure Synapse Link for SQL storage permission issues. Since I helped a fellow MVP out with this recently. To be more precise, I want to show how you can fix one of the most common issues I tend to encounter with Azure Synapse Link for SQL. Which … Read more