Continue DTS based on results of a Stored Procedure Calls output. -
03-23-2006
, 12:34 PM
I have a stored procedure that returns either a pass or fail.
I want to call the stored procedure inside of a DTS. This DTS has many 4
steps. between step 3 and 4 I want to add a check which will call the stored
procedure and continue if it returns a "Pass" and Fail if it return
"Fail"....
Thx |