Quantcast
Channel: Welcome To TechBrothersIT
Viewing all articles
Browse latest Browse all 1878

How to Load Unique Identifier Data From Excel to SQL Server Table in SSIS Package - SQL Server Integration Services(SSIS) Tutorial

$
0
0
In this video we will learn how to read Unique Identifier values from Excel Source/ Text File/CSV file and load to SQL Server Table.

When we use Derived Column Transformation to convert the Unique Identifier value to GUID by using DT_GUID Cast, it throw an Error.

To make it work , we need to use(DT_GUID) "{" +ColumnName+"}"



How to Convert/Cast Unique Identifier value in Derived Column Transformation - SSIS Tutorial



Viewing all articles
Browse latest Browse all 1878

Trending Articles