Search Suggest

C#
C#

Create and deploy a C# Azure Function

Case I want to create an Azure Function with C# code. How do I create and deploy one in Azure (and use it Azure Data Factory)? Write C# in Visual Stu…

Setup Visual Studio code for Azure Functions

Case I want to create Azure Functions on my Windows device, but which tools and extensions do I need to install? Write Python or C# in Visual Studio …

Calculating Hash values in SSIS

Case I want to calculate a hash value for a couple of columns in SSIS. In T-SQL you can use HASHBYTES, but that doesn't work for other sources li…

Active Directory as Source

Case I want to use the users from my Active Directory in my Data Warehouse for an Employee Dimension. How can I accomplish that in SSIS? Solution Wit…

Read content of Object variable

Case I am filling an Object variable with an Execute SQL Task and I want to use it in a Foreach Loop Container (Foreach ADO Enumerator), but the Fore…

Dynamically unpivot data

Case For a client I need to read hundreds of bus route matrices and they all vary in size. This makes it hard to read them dynamically with a Foreach…