Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get Rows Processed from Transform Data Task - SQL 2000 DTS

Status
Not open for further replies.

ReportDr00

IS-IT--Management
Mar 2, 2007
194
US

Hello

Is there a way to store the number of rows processed between source and destination using Transform data task in a global variable ?
I would like to insert this information in sql server table to keep log

really appreciate your input

Armani
 
Hey,

I did some googling on this, and it looks like you'll have to go in C# and monitor the DTS package (specifically the OnProgress event).

Hope that helps...

doc tree
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top