You can use the /Reporting
flag with level N
( N means No reports.) To prevent any status from being sent to the command line console.
There are other levels, such as E for error only, W for warning only. You can select the output option that you would like to see on the console.
Contact MSDN to learn more about the dtexec utility.
Using syntax:
dtexec /f Package.dtsx /Reporting N
Alternative use:
dtexec /f Package.dtsx /Rep N
Example:
- Created a simple package with one empty data flow task.
- The following screenshot shows when the package was launched using the dtexec utility on the command line
without
the /Reporting
flag. You may notice that the status of the data flow task is displayed.
- The following screenshot shows when the package was launched using the dtexec utility on the / reporting flag
with
command line. You may notice that the status of the data flow task is not displayed.
user756519
source share