Results for DTEXEC command
- From: Ahamed Faridh <faridh.khan@xxxxxxxxx>
- Date: Wed, 24 Sep 2008 09:39:05 -0700
I am executing a SSIS package from Management Studio using the DTEXEC
command in SQLSERVER 2005. The package is executed successfully.
But i am not able to find the following details in the execution result
pane.
How many records has been updated in each table? and
How many concurrent connections has been executed?
Do i need to change any settings in my package/Management studio to get
those results.
In SQLSERVER 2000, i am getting those results in Query Analyzer by
executing the package using the command DTSRUN.
Ex:-
DTSRun OnProgress: DTSStep_DTSDataPumpTask_14; 1000 Rows have been
transformed or copied.; PercentComplete = 0; ProgressCount = 1000
DTSRun OnProgress: DTSStep_DTSDataPumpTask_1; 2000 Rows have been
transformed or copied.; PercentComplete = 0; ProgressCount = 2000
DTSRun OnProgress: DTSStep_DTSDataPumpTask_14; 3000 Rows have been
transformed or copied.; PercentComplete = 0; ProgressCount = 3000
*** Sent via Developersdex http://www.developersdex.com ***
.
- Prev by Date: single transformation in SSIS
- Next by Date: Quick data transformation using SSIS
- Previous by thread: single transformation in SSIS
- Next by thread: Quick data transformation using SSIS
- Index(es):
Relevant Pages
|