Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get Task in Data Flow Task Execution Result to Variable

Status
Not open for further replies.

kvang

Programmer
Oct 7, 2005
129
US
I have two boolean variables called ExtractSuccess and LoadSuccess defined with package level scope. I want to be able to assign a value to the variables in the Data Flow tab. Is this possible? If so, is it also possible to retrieve the OLE DB Source and OLE DB Destination task execution result (success or failure)?
 
you can use the event handlers of your dataflow to set your variable value.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top