When use sp_who2 looks cannot see SSIS package running info either user running it by jobs or locally; How we can trace the SSIS package information? Can some one help me?
When use sp_who2 looks cannot see SSIS package running info either user running it by jobs or locally; How we can trace the SSIS package information? Can some one help me?
What information are you trying to trace? Also, what version of SQL Server? You can do some native logging within the SSIS package depending on what you want. Also, utilizing the SSISDB catalog will have further runtime metrics.
Hi JohnM, our server sometime will have heavy load, we try to figure out what case it and how is the load like CPUTime, DiskIO, LoginName, HostName etc., we know there are some SSIS package run against server but we don't know detail. Can we see any SSIS package running information through sp_who2 or SSISDB catalog?
Those metrics can be gathered via PerfMon as long as you know the times in which the packages are running. You'll have to manually correlate the times/data. As mentioned in the answer by @Davtjen, you can see run time metrics through the SSISDB catalog but I don't believe they will show you hardware metrics of the server. Sp_who2 won't show you those metrics either as that'll show you session information.
19 People are following this question.