11 Mar, 2026

Help: Eventstream doesn’t send data to KQL Database after suspending & resuming Microsoft Fabric Capacity

As I mentioned in one of my previous data recipes, I’m currently exploring Fabric RTI. During this learning experience, I’m using my own Fabric capacity, which is an F4. To minimize unnecessary costs, I’m suspending and resuming my capacity at the appropriate moments. Problem statement To continue the development of my mobile app, whose core […]

1 min read

Microsoft Fabric RTI – Creating a Custom Endpoint in Eventstream

Over the past few weeks, I have been creating a mobile app that allows me to scan consumable articles’ barcodes an searches for product information. And, I have been playing around with Microsoft Fabric for a while, but until now, I never played around with RTI (RTI = RealTime Intelligence). Recipe OverviewPreparation time: 10 minutes […]

4 mins read

Help: Can’t make any changes to Azure SQL after configuring Mirroring to Microsoft Fabric

Over the past few weeks, I have been doing some experimenting with Azure SQL mirroring to Microsoft Fabric. In the process, I ran into a couple of issues and challenges. In this data recipe, I will be going through one of my challenges when I got Azure SQL mirroring to Microsoft Fabric setup and running. […]

3 mins read

Help: Can’t setup Azure SQL mirroring to Microsoft Fabric

Over the past few weeks, I have been experimenting with some Microsoft Fabric features that I haven’t used in practice yet. For this data recipe, I’m looking at a specific issue where I ran into when I was looking closer into Azure SQL Mirroring into Microsoft Fabric. Problem statement When setting up database mirroring from […]

2 mins read

Microsoft Fabric – Notebook – Help – [PARSE_SYNTAX_ERROR] Syntax error at or near ‘*’

Lately, I have been playing around with Notebooks, Data lakehouses, and Warehouses. When I didn’t have very much experience with notebooks in Microsoft Fabric, I ran into a specific issue, which I will be describing in this data recipe. Introduction As mentioned earlier, I have been playing around with Microsoft Fabric intensively in the past […]

3 mins read

tSQLt – Automate Unit Test Execution with Azure DevOps Pipelines

In the previous data recipe, tSQLt for Data Warehousing, test your Stored Procedure, we created our first Unit Test to validate our SQL Server Stored Procedures. In this data recipe, we will dive into the process of Database Unit Testing automation with Azure DevOps. Recipe Overview Recipe Overview Preparation time: 15 minutes Ingredients Why? Before […]

5 mins read

Create a Test Class & First Unit Test with tSQLt

We have set up our tSQLt Database Project in the previous data recipe, Create a SSDT Project Template based on your Database Project. Now it’s time to dive into the wonderful world of tSQLt Unit Testing. In the meantime, I have added my data warehouse to my SSDT Solution and added this project as a […]

4 mins read