SSIS reports and catalog views
SQL Server 2012 comes with extensive integration with SSRS reports in different locations to support useful information for SQL server users. Some of these reports relate to Integration Service Catalog.
Integration Service Catalog reports are some standard reports which show execution status of packages, their validation status, connection manager's status and every operation done under the Catalog. These reports are useful for SSIS administrators who are responsible for maintaining SSIS packages, and also useful for SSIS developers who are responsible for part of deployment and execution for troubleshooting.
In this recipe, we take a quick look at SSIS Catalog reports and see their information provided.
Getting ready
For this recipe, we need to complete Chapter 9, Deployment and Chapter 12, Execution and practice some deployment and execution on SSIS Catalog.
How to do it...
Open SSMS and connect to the database engine.
Expand server node in Object Explorer, and...