DP-700 Training: Data transformation options

Welcome to my Ted Talk, data transformation is done in T-SQL. Thank you. Well, yes once upon a time, maybe. Nowadays there are many more ways that lead to the dark side (also known as data vault) and the happy side (also known as the star schema or dimensional model). Did I lose you yet? … Continue reading DP-700 Training: Data transformation options

DP-700 Training: Process data using KQL

This post can come as a shock if you're used to writing T-SQL. Because not only is there more than one useful language to process data, realtime data in this case, but it also has enough similarities to SQL to look familiar and is different enough to leave you flustered. Now, to get a complete … Continue reading DP-700 Training: Process data using KQL

Top Highlights from #MSIgnite 2024

By the time you read this, I'm guessing the big #MSIgnite announcements were yesterday. You can use that hashtag to find most of the posts on social media. And there were many, very cool, announcements! Let me quickly take you through my favourites. Databases! As I still love the DBA work, announcing SQL Server 2025 … Continue reading Top Highlights from #MSIgnite 2024

SQL Server Management Studio 21: First Impressions & Features

It's been a long time coming, but all of a sudden there were a number of posts from Microsoft announcing the first preview of SQL Server Management Studio 21. This is big as it's quite the overhaul from the SQL Server Management Studio we're used to. To give you some idea, here are my first … Continue reading SQL Server Management Studio 21: First Impressions & Features

Fixing Azure SQL Client Connection Timeouts

This blog won't be very long and will describe a connection issue I experienced with a customer including the solution and some context why this solution worked. I hope this saves you time when dealing with the same error. Issue The customer can connect to the Azure Sql database with Sql Server Management Studio (SSMS) … Continue reading Fixing Azure SQL Client Connection Timeouts

Microsoft Fabric Copy Job: Simplifying Data Ingestion

Very recently, Microsoft announced the public preview of the Microsoft Fabric Copy Job. This blog will give an explanation of what a Copy Job is, how to create one and why it can be an enormous help in speeding up your data ingestion. What it is The copy job is essentially an abstraction of a … Continue reading Microsoft Fabric Copy Job: Simplifying Data Ingestion

Sql Server and Copilot. What the query it this? Part 3, query editor

Welcome back to this mini series on Azure Sql Server with Copilot. In the previous posts I wrote about a general introduction of this toolset (click here for more) and had some fun in the Azure Portal getting stuff done (click here for more). In this third part, I'm going in for the data and … Continue reading Sql Server and Copilot. What the query it this? Part 3, query editor

Sql Server and Copilot. What the query it this? Part 2, portal experience

Welcome back! In part one (click here), I've introduced Azure Sql Copilot. In this second part, I'm going to take you along in the Azure portal experience. I'll write about my personal experiences, opinions and the different angles you can use to connect with your database. Let's dig in! For this first part, I’m putting … Continue reading Sql Server and Copilot. What the query it this? Part 2, portal experience

Sql Server and Copilot. What the query it this? Part 1, introduction

Welcome to a series of three blogs where I'm going to explore Azure Sql Copilot. This series will portray a lot of my experiences trying out Azure Sql Copilot. The first blog will feature a short introduction and an introduction on Copilot security. The following blogs will focus on a lot of testing. Remember, AI … Continue reading Sql Server and Copilot. What the query it this? Part 1, introduction

Fabric Lakehouse Data Ingestion: CSV vs. SQL Scenarios

This blog will be a quite short one compared to the other blogs as it's more of an overview to show you the capacity of Fabric ingesting CSV files in their native format into a Lakehouse and ingesting SQL data into a table structure inside the Lakehouse. Simple, straightforward stuff without any form of modification. … Continue reading Fabric Lakehouse Data Ingestion: CSV vs. SQL Scenarios