Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello dear experts
I have a ssis package
Data from an Excel file can be transferred to a sql Server
This package is used in an Excel Source and OLE DB Command and called by c#
I want each rows is an error to ignore it and continue to
( a task to fail, but regardless, I wanted the package to continue to run with success)
Please help me
Posted
Updated 30-Jan-12 0:45am
v2

1 solution

You can set maximum error count where package will not fail till it reached the supplied number of errors
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900