Azure trainings!
Infused with experience from the field, brought with lots of passion!

SQL Server 2016: MAX DOP at database level.

Very recently, I discovered a new feature in SQL Server 2016.  It allows you to configure the Max Degree of Parallelism (MAXDOP) on a database level, instead of instance level.    This is very important to take into account for BizTalk installations.  The BizTalk...

Logic Apps upsert logic!

Should we create a record or update it? What constraints define if a record already exists? These are typical questions we need to ask ourselves when analyzing a new interface. This blog post focuses on how we can deal with such update / insert (upsert) decisions in...

Reliably receive SQL data in Logic Apps

This post was originally published here. Receiving data from a SQL table and processing it towards other back-end systems; It’s a very common use case in integration. Logic Apps has all the required functionality in its toolbox to fulfill this integration need....