Hi all
As you may all know that the data type for the StartTime and EndTime in the sysSSISLog table is DateTime, but when SSIS log mechanism Inserts records (I don’t think it updates) in these fields they using SmallDateTime, basically the “nnn-seconds” gets trimmed/Rounded off .
So you can’t have an extra custom Logging system on top of the Microsoft sysSSISLog table, the results will always be wrong.
Have this been reported to Microsoft, because this is clear that this is a bug? or am i missing something? I see the same results in SQL12.
Thanks
Sincerely Nik -- Please kindly mark the post(s) that answered your question and/or vote for the post(s).