Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

James Serra's Blog

James is currently a Senior Business Intelligence Architect/Developer and has over 20 years of IT experience. James started his career as a software developer, then became a DBA 12 years ago, and for the last five years he has been working extensively with Business Intelligence using the SQL Server BI stack (SSAS, SSRS, and SSIS). James has been at times a permanent employee, consultant, contractor, and owner of his own business. All these experiences along with continuous learning has helped James to develop many successful data warehouse and BI projects. James has earned the MCITP Business Developer 2008, MCITP Database Administrator 2008, and MCITP Database Developer 2008, and has a Bachelor of Science degree in Computer Engineering. His blog is at .

SQL Server 2012 (“Denali”): SSIS Logging

In previous SSIS versions as the developer you were responsible for configuring all of your logging options, such as what events you were going to log, which containers you were going to collect logs for, and where you were going to store those logs.

In SSIS for SQL Server 2012 that all goes away.  The SSIS server is responsible for managing all of your deployed projects/packages and in turn manages both the execution of them and the collection of log information.  Instead of having lots of options for logging we now have a definitive one and over time it is the one that everyone will use.

In SQL Server 2012, the SSIS catalog is the central storage and administration point for SSIS projects, packages, parameters and environments, and handles all the logging.  This catalog is part of a new and optional SSIS deployment model called the  “Project Deployment Model” along with traditional “Legacy Deployment Model”.

SSIS catalog automatically captures logs for packages run on the server.  The logging level is set to Basic by default, and can be set higher to capture more info.  The data in stored in eight different views under the “catalog” schema, and contains a ton of info.  Jamie Thomson does a great job covering these views at SSIS Logging in Denali.

More info:

SSIS Reporting Pack

Views (Integration Services Catalog)

Setting a Default Logging Level in the SSIS Catalog

What Events are Included in the SSIS Catalog Log Levels

Report Authoring on the SSIS Catalog

Video What’s New in Microsoft SQL Server Code-Named “Denali” for SQL Server Integration Services

Is the SSIS Catalog going to be enough?

Comments

Leave a comment on the original post [www.jamesserra.com, opens in a new window]

Loading comments...