Hi All,
I am new in SSIS development. I know basic SSIS and Can Build-Exceute SSIS Packages
Recently I started job where we importing-exporting data from-to text file to sql server 2005 db using SSIS.
All my text files are too big with lots of Pharmaceutical record for Patient and Doctor info.
I have job to import using ssis, apply some processing in SSIS and Log Error.
For Example :
Read DOCTOR.TXT File (7000 Records) With DoctorId, Date,Name... Fields
SSIS I need to track where
Name="SAM" and Date is NULL
3.Tracked record need to write to error log.txt file
Also need to create separate Txt file where SSIS execution detail is logged:
- SSIS Package Name
- Execution Date
- Status
- Any Other SSIS Package Execution Audit Detail
How do i do this using .Net code or any other way to do this in SSIS or Sql Server ?
I know the basics, but can't pull it all together, that how do i track each record in SSIS and how do i put back to text file.
Is there is Good Example Or Article ?
Please let me know [email protected]