SSIS pkg ID to SSIS pkg Name

  • I need to identify what the name of specific ssis packages are when I only have an ssis id i.e. SSIS-Package-{37F83E14-374C-480E-AF01-F7ECB5E0C9B6}

    Also, does someone have a script that I can use to identify when a table is upated by a sproc. Also, when a table or sproc is used in a ssis pckg or sQL job.

    Thanks,

    J.

  • BI_Dev (10/21/2016)


    I need to identify what the name of specific ssis packages are when I only have an ssis id i.e. SSIS-Package-{37F83E14-374C-480E-AF01-F7ECB5E0C9B6}

    J.

    Try querying sysssispackages in msdb.

    Sue

  • Sue_H (10/21/2016)


    BI_Dev (10/21/2016)


    I need to identify what the name of specific ssis packages are when I only have an ssis id i.e. SSIS-Package-{37F83E14-374C-480E-AF01-F7ECB5E0C9B6}

    J.

    Try querying sysssispackages in msdb.

    Sue

    And Catalog.Packages in SSISDB.

    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 3 posts - 1 through 2 (of 2 total)

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