How to get your C++/WinRT asynchronous operations to respond more quickly to cancellation, part 2

We saw last time that you can hasten the cancellation of your C++/WinRT coroutine by polling for cancellation. But that works only if it’s the top-level coroutine that needs to respond to the cancellation. But often, your coroutine calls out to other coroutines,

Continue reading How to get your C++/WinRT asynchronous operations to respond more quickly to cancellation, part 2

Load data from Always Encrypted enabled Azure SQL database using SSIS in ADF

This tutorial walks you through the process on how to load data from Always Encrypted enabled Azure SQL database using SQL Server Integration Services (SSIS) in Azure Data Factory.  
 
Azure-SSIS integration runtime has built-in Microsof… Continue reading Load data from Always Encrypted enabled Azure SQL database using SSIS in ADF