CBELLDBA (was WaterOx Consulting) Navigation
  • Read
  • Learn
    • Sessions
    • Session Downloads
  • About Me
    • Community Activities
    • What They Are Saying
  • Search
  • Read
  • Learn
    • Sessions
    • Session Downloads
  • About Me
    • Community Activities
    • What They Are Saying
  • Search

Tag Archive

Below you'll find a list of all posts that have been tagged as “SSIS”

SQL 2008 CDC – Net vs All and Slow Changing Dimensions of type 2

As noted before I am using SQL 2008 CDC to incrementally update a data warehouse for the project I’m currently working on. I found this snippet of code that inserts a new record. If matching an existing row, it marks that row as no longer active and then inserts the new row as the new active row. A process I’ve …

Read More
CDCsqlSSIS

Interesting SQL 2008 CDC Discovery

I have an SSIS package that sets up CDC in a SQL 2008 by looping through a series of tables and activating each using the following basic command: EXECUTE sys.sp_cdc_enable_table @source_schema = N’dbo’

CDCData WarehouseSQL 2008SSIS
  • Assign a Menu

Copyright 2019 - Chris Bell