"tristant" <krislioe (AT) cbn (DOT) net.id> wrote:
Heh, I'm no guru...
Quote:
I have two question :
1) How can I pass INI value to DTS Global Variable ? |
Absolutely!
Quote:
Can I use Dynamic Properties Task ? |
That's how I do it. I think that might be the only way TO do it,
since
I believe that's the only way to get to an INI file without doing some
ugly kludge.
Quote:
2) I use Exedute SQL Task to exec SP, but how can I get the Error message if
error happen in SP execution ? |
That one I'm not entirely sure about... If nothing else, I THINK you
can
rewrite the proc to use an output parameter rather than "return"-ing
the error code, and in the Task, use a "?" for a parameter, which you
could then send where you needed it to go.