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.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Record count

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 advance
VK59

`

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
Go to Top of Page

vk59
Starting Member

38 Posts

Posted - 2005-06-21 : 11:02:49
Great its working
Thank you
vk59

`
Go to Top of Page
   

- Advertisement -