• mw112009 - Monday, June 26, 2017 10:35 AM

    Thom A - Monday, June 26, 2017 10:12 AM

    mw112009 - Monday, June 26, 2017 9:54 AM

    Thom A - Monday, June 26, 2017 9:39 AM

    Something like:
    SELECT *
    FROM dbo.sysjobsteps sjs
    WHERE sjs.subsystem = 'SSIS'
    AND sjs.command LIKE '/ISSERVER "\"\Agile\"%';

    This would return all the job steps that reference a package in the Agile solution, provided they are deployed via the SSISDB.

    You can't really do a lot to find out what SP's a package references. You could have a look at Brandie's article, however, this is for looking for a specific SP/objects in an SSIS solution, not finding what objects an SSIS solution references.

    I believe there may be some table in the DB where the content of a dtsx file is stored in a colum ? Right ? What can that table name be ?  ( I mean the table Catalog under Reportserver stores the entire SSRS report as an xml stream ) . I am sure there is a table out there that stores dtsx files

    Not in SSIS, no, the packages are stored as a varbinary. You can't simply "query" them.

    I know how to convert them from varbinary. Just tell me the name of the table.

    "Please"? There's no need to demand.

    I didn't know the table, however, I took the time to look this morning (there's only 30 tables in the SSISDB, so it took me a whole 5 minutes). It's in internal.object_versions called object_data.

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk