0

In SSIS, i need to write into a log, whatever items get displayed on the Progress tab. Is there an inbuilt feature to do this? i tried the logging option but it logs too many details and the log is pretty huge for a single package run.

i need only whatever gets logged on the Progress tab to be logged on to a text file when the package undergoes a scheduled run through Sql server agent

4

1 回答 1

1

Here is a possible solution.

You have an option at DTEXEC at the command-line. There is a switch called /Reporting or /Rep for short.

I found it here

This link says the same.

This is your question in MSDN. Its pretty useless since they suggest you turn on logging, which you've already done. I thought I should add it anyways for completeness.

于 2013-10-04T11:44:32.480 回答