I am executing a 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.