Hi,
A SQL Agent job on server X executed an SSIS package on my local machine.
Where on my machine can I find the name/ip of server X?
The package is stored in an Integration Services Catalog, SQL 2012.
I've checked [internal].[operations] and [catalog].[executions], but the columns server_name and machine_name store the local machine name, and not the job server (X).
Many thanks.