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 2005 Forums
 SSIS and Import/Export (2005)
 package run time into column

Author  Topic 

vasu4us
Posting Yak Master

102 Posts

Posted - 2007-06-21 : 12:11:25
how can i get the package execution start or end time along with DATE as a derived column into the output table.
i tryed using getdate() as expression but it gives diff time as my pkg runs in a loop.
and i see a sys variable STARTTIME which just gives time.

any help appriciated
thanks

nr
SQLTeam MVY

12543 Posts

Posted - 2007-06-22 : 04:55:55
You can set a user variable fror the start time when a package starts.
If you log the completion of the package as a final step then getdate() should be ok.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -