Derived Column Transformation in SSIS | SSIS Tutorial Part 12

preview_player
Показать описание
replacenull(Column1/(Column2==0?null:Column2),0.00)

For Quiz-

Find Us On FaceBook-
Рекомендации по теме
Комментарии
Автор

Easily explained, Really appreciate your way of explanation to complex things . By just watching your videos i have learnt SSIS . Thanks for your effort and keep doing hard work .

technospace
Автор

Great explanation! This deserve more views, likes and comments..

vaibhavsingh
Автор

Very useful video for SSIS beginners and SQL Learning 😊

saketshrivastava
Автор

It's really awesome video, Great presentation..

criclover
Автор

important information for mee so thq sir

ayushpratapsingh
Автор

Can we use the variable from row count in execute process task(python?)

valijoneshniyazov
Автор

How to avoid the first_name and lastname tell us that also

Shankar-ziyk
Автор

replacenull(
Column1 /
( Column2==0 ?null : Column2 )
, 0.00)
I guess null should be NULL(DT_NUMERIC, «precision», «scale»)
Hate that data type is always problem!

valijoneshniyazov
visit shbcf.ru