1.

How Would You Do Error Handling?

Answer»

A SSIS package could mainly have two types of errors

a) Procedure Error: Can be HANDLED in Control flow through the precedence control and REDIRECTING the execution flow.

b) Data Error: is handled in DATA FLOW TASK buy redirecting the data flow USING Error Output of a COMPONENT.

A SSIS package could mainly have two types of errors

a) Procedure Error: Can be handled in Control flow through the precedence control and redirecting the execution flow.

b) Data Error: is handled in DATA FLOW TASK buy redirecting the data flow using Error Output of a component.



Discussion

No Comment Found