Aaron,
You cannot. The print output is sent to graphical interface only. One thing
you could do is to convert the print messages into table records or
recordsets and read them in ActiveX task writing them out to a file. I do
not think you can send them to dts log file.
Ilya
"aaronaw2k" <aaronaw2000 (AT) gmail (DOT) com> wrote
Quote:
Hi. I have a dts package that is saved as a structured storage file.
The package is executed via dtsrun and the logging is sent to a log
file. In my package are several SQL tasks. How could i send my SQL
print output to the dts log file? Much thanks!!
Aaron |