Link to home
Start Free TrialLog in
Avatar of n_srikanth4
n_srikanth4Flag for India

asked on

Validation for Not Null Column using SSIS 2008.

Hi Experts,

           I want to do a validation for the Primary Key column and fail the ETL package if a Null value is detected  in the CSV File for the Primary Key (Not NUll column).

I am loading data from  flat file to table (sql server) using
 SSIS 2008 package. Please help me with the solution.


Regards,

Sreekanth.
ASKER CERTIFIED SOLUTION
Avatar of TempDBA
TempDBA
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of n_srikanth4

ASKER

good.