I have a DTS package which performs a SQL task. The SQL task is the execution of a stored produre, which return 0 on success, -1 on failure. Yet the DTS task does not detect this, and succeeds for any return value.
How do you communicate the return code from a stored proc to the DTS task? Can you?