Welcome to VSTSC's Community Server Sign in | Join | Help

Browse by Tags

All Tags » series   (RSS)

SSIS Design Pattern - ETL Instrumentation, Part 2

Introduction This post is part of a series of posts on ETL Instrumentation. In Part 1 we built a database to hold collected SSIS run time metrics and an SSIS package to deomnstrate how and why we would load metrics into the database. In Part 2 we will

SSIS Design Pattern - Incremental Loads

Introduction Loading data from a data source to SQL Server is a common task. It's used in Data Warehousing, but increasingly data is being staged in SQL Server for non-Business-Intelligence purposes. Maintaining data integrity is key when loading data
Posted by andy | 9 Comments
Filed under: , ,

Updating the SSIS idea from Cookbook to Patterns

I had this idea earlier to create a series of posts under the heading "SSIS Cookbook." I've reconsidered the naming of the series - not the content. I'm going to call it SSIS Patterns. It will include common tasks I've run into with SSIS - and maybe a
Posted by andy | 0 Comments
Filed under: , ,

SSIS Design Pattern: Using The DontSaveSensitive Package ProtectionLevel Property

I've read several MSDN SSIS Forum posts recently on the topic on configuration and deployment management. I get these questions in most of my SSIS classes as well. One suggestion I've been investigating is using the DontSaveSensitive ProtectionLevel property
Posted by andy | 0 Comments
Filed under: , ,