SSIS Tutorial Part 77-Load Unique Identifier Values from Excel to SQL Server Table in SSIS Package

preview_player
Показать описание
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+"}"

To follow Step by Step SQL Server Integration Services(SSIS) Video Tutorial By TechBrothers, please open below link.
Рекомендации по теме
Комментарии
Автор

thanks man, i was banging my head on this for last so many hours

vineetchanchal
Автор

Thanks, again though I had to create sources from scratch which took allot of time before i could even follow lesson.

danieljoubert
Автор

I enjoyed watching the video.

Everything went fine but how did you figure out that needs curly parenthesis and also adding double quotes?

Could you please explain?

Thanks for educating the community.

krismaly