Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
除了_ _
starttime datetime 包开始运行的时间。
这是否记录为 UTC ?
看来您使用的是 SSISDB,而不是 msdb。您引用的表 (msdb.dbo.sysssislog`) 由 SSIS 的(旧)包部署方法之一使用,而不是 SSISDB 的新项目部署方法。
SSISDB 存储的日志是通过在 SSMS 的 Object Explorer 中的 Integration Services Catalogs 节点中浏览包来访问的;导航到项目和包,右键单击它并选择报告,然后选择您想要的。
SSISDB 日志中显示的所有时间都精确到秒,并以服务器本地时间显示。