all groups > sql server dts > july 2006 >
You're in the

sql server dts

group:

how to retreive execution time in vb.net


how to retreive execution time in vb.net san
7/6/2006 12:45:28 AM
sql server dts: hi,

i have to use a progress bar in vb.net to indicate the performance of
dts package execution. For this purpose, the interval property of timer
has to be set to the execution time of package, so how can i retrieve
the execution time of dts package at runtime in VB.net.

OR

if some1 has any idea other than using timer for progress bar then plz
tell me.

thanks.
RE: how to retreive execution time in vb.net Matt
7/8/2006 7:48:01 PM
It may be too difficult to determine how close your DTS package is to being
complete. If that's the case, you can try incrementing the progress bar
until it gets to 100% and then set the progress bar to 0% creating a loop
until the DTS package finishes. You could also use an animated graphic to
represent DTS package activity kind of like the image Windows XP uses at
startup. Hope this helps!

[quoted text, click to view]
AddThis Social Bookmark Button