Skip to content

Artikler om Business Intelligence

Azure SQL trigger for functions

In this practical blog post I would like to introduce you to the new Trigger Binding on Azure Functions for Azure SQL Database tables. In 2024 March this became generally available (GA) so let’s review it.

Microsoft Fabric: everything you need to know

In the ever-evolving landscape of data-driven decision-making, Microsoft Fabric is emerging as a powerful ally for organizations seeking a robust platform for data engineering, analytics, and machine learning workloads.

Challenges of Continuous Integration in Databases

Continuous Integration (CI) enables developers to frequently merge code changes into a shared database repository, making it easier to catch errors early and reduce integration problems down the line. Automating database schema migrations and testing as part of the CI process allows teams to achieve...