obtaining the package XML

  • 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 🙂

  • You can't, as far as I know. It's stored in encrypted form.

    The absence of evidence is not evidence of absence.
    Martin Rees

    You can lead a horse to water, but a pencil must be lead.
    Stan Laurel

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply