• Koen Verbeeck (6/25/2014)


    peacesells (6/25/2014)


    Koen Verbeeck (6/25/2014)


    peacesells (6/24/2014)


    I know in previous versions, msdb database would log/capture all sql server agent job details. Now with 2012 and SSISDB, if a job fails in SQL Agent where would it be logged? Also what queries are run behind the scence for execution reports we get in integration Service Catalogs?

    The actions are logged in the SSISDB database, if you are using the project deployment model.

    You can use SQL Server Profiler to find the executed report queries.

    Thanks- Does that mean that all SQL agent job activities are logged in the ssisdb database instead of traditional msdb for project deployment model? I see no information in tables in ssidb that that ties to SQL agent job?

    No, just the related SSIS information is logged in the SSISDB. The logging of the job and jobsteps is still in MSDB.

    Thanks Koen.

    Thats what I thought but i am little confused because whenever a sql agent job fails you get the following message :

    " Package execution on IS Server failed. Execution ID: 30620, Execution Status:4. To view the details for the execution, right-click on the Integration Services Catalog, and open the [All Executions] report" - so the report is coming off of msdb or ssisdb database?

    btw i read a lot of your SSIS articles - it is always helpful - Thank You.