May 6, 2012 at 10:43 pm
Hi friends i have smll doubt in ssis
when ever comes source data that data contains some null values how to avoid that null values whil loading destination table.which expression to write in ssis
sourece data comes like id,name
1,ad
2,k
null,dd
5,fe
6,null
null,ed
44,do
null,dd
May 6, 2012 at 11:38 pm
If your source is Table you can write Sql query to filter the null records using oledb source query.If it is a flat file or excel source then you can use conditional split transformation to filter null records..
May 7, 2012 at 2:20 am
There are lot of ways to do it.Please explore by your self or Google it:-)
May 9, 2012 at 6:00 am
you can use Conditional split transformation...
Thanks,
Charmer
May 9, 2012 at 6:57 am
The query failed to parse. Syntax error, permission violation, or other nonspecific error
May 9, 2012 at 7:04 am
asranantha (5/9/2012)
The query failed to parse. Syntax error, permission violation, or other nonspecific error
Brief the error...i mean post the exact error as like as it looks...
where do you get the error? in which transformation?
Thanks,
Charmer
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply