I want the package start time including milliseconds, in the below code I am using @[System::StartTime] but have milliseconds like this .000 no numbers are displaying
(DT_WSTR,50)(DT_DBTIMESTAMP2,3)@[System::StartTime]
How to get the package start time with milliseconds?
Edit
I am getting milliseconds in this code (DT_WSTR,50)(DT_DBTIMESTAMP2,3)GETDATE() but the problem is GETDATE() returns only the current time not the starting time. How to execute this code at the start and assign the value to another variable