ssis - SQL Server Active Operations dialog Time issue -


i have job calls ssis package. package taking way longer usual complete opened active operations dialog box , selected 'stop' button , ended (this new server , first time have had stop active operation). when went check executions log package noticed end time hour off. checked server time , time returned getdate() on sql instance , both of them correct. know active operations stop process gets it's time from? enter image description here

the value gets updated end time - sysdatetimeoffset(). can find detail in stored procedure - [catalog].[stop_operation]. likewise columns start_time , end_time table - [internal].[operations]. of these part of ssisdb database.

the tables , procedures in db easy interpret , that's how have come across. self-explanatory sometimes.

you can find more documentation @ link. having said that, issue facing strange. seeing endtime earlier starttime.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -