Oct 28, 2017
STRING_SPLIT function in SQL Server
STRING_SPLIT function is an in-built table valued introduced in SQL Server 2016. The purpose of the function is to split a...
Jul 5, 2016
Map Json to Class C# using Json.Net
In this post, I am sharing how to use Json.Net to map Json response with class in C#. Json.Net is a popular high-performance JSON...
Mar 30, 2016
Derived Column Transformation in SSIS
Derived Column Transformation in SSIS is used to generate a new column by applying expression on input columns. An expression contains any...
Mar 22, 2016
Data Conversion Transformation in SSIS
Data Conversion Transformation in SSIS is used to covert the data type of a column. It is very important transformation and...
Mar 10, 2016
Conditional Split Transformation in SSIS
In this article, you will learn about Conditional Split Transformation in SSIS with an example. Conditional Split is used to divide...
Mar 5, 2016
Aggregate Transformation in SSIS
In this tutorial, you will learn about Aggregate Transformation in SSIS with an Example. Aggregate Transformation is used in Data Flow Task to...