SSIS SQL 2005 capture starttime and endtime of a package?
Hi,
I run a bunch of packages and would like to create an audit table where i could log the start time and end time of every package i run. I notice there is the variable starttime but i do not know how to insert it in my sql..
Thanks for your help
I would like to use the system variable not getdate()...