Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
vk59
Starting Member
38 Posts |
Posted - 2005-06-21 : 10:24:22
|
Hi,Is there any property in DTS.Package (VBScript) to show the number of records moved from source to destination.Thanks in advanceVK59` |
|
mwjdavidson
Aged Yak Warrior
735 Posts |
Posted - 2005-06-21 : 10:49:34
|
If you're using a DataPump task, you can use the RowsComplete property on completion of the task.Mark |
 |
|
vk59
Starting Member
38 Posts |
Posted - 2005-06-21 : 11:02:49
|
Great its workingThank youvk59` |
 |
|
|
|
|