Hello, prior to 2012 I obtained the package xml via
SELECT
Name,
CAST(CAST(CAST([packagedata] as varbinary(max)) as varchar(max)) as XML) as [XML]
FROM [msdb].[dbo].[sysssispackages]
However I am at a loss as to get the package XML when the package has been deployed to the SSISDB catalog.
Anyone know how to get to it?
Thanks B 🙂