run DTs package from cbscript -
03-06-2008
, 01:16 PM
I have this store procedure called IsAllDataLoaded which returns intgere
value,]
I want to write a VBScript and invoke this stored procedure in my DTs package,
and recieve the returned integer value for later use
my question is what does the script looks like which invokes this stored
procedure and accepts the returned value
Thanks |