join the MSSQLTips community

MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

 
Handling Slowly Changing Dimensions in SQL Server Integration Services (SSIS) Packages - MSSQLTips

MSSQLTips

MSSQLTips.com - your daily source for SQL Server tips
Welcome to MSSQLTips Sign in | Join | Help
in Search

Handling Slowly Changing Dimensions in SQL Server Integration Services (SSIS) Packages

Last post 06-20-2008 2:38 AM by raybarley. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 02-26-2008 12:30 AM

    Handling Slowly Changing Dimensions in SQL Server Integration Services (SSIS) Packages

    This post is related to this tip: Handling Slowly Changing Dimensions in SQL Server Integration Services (SSIS) Packages

    http://www.mssqltips.com/tip.asp?tip=1442

  • 06-20-2008 12:32 AM In reply to

    Re: Handling Slowly Changing Dimensions in SQL Server Integration Services (SSIS) Packages

    hi

    i had a problem with dealing this if i delete any row then the primary key column generating new column which is an identity column so when ever i running the package a new row is inserting can you help on this problem

  • 06-20-2008 2:38 AM In reply to

    Re: Handling Slowly Changing Dimensions in SQL Server Integration Services (SSIS) Packages

     Are you saying that you deleted a row from the dimension table then when you rerun the package it gets inserted again from the source?  If so then you want to add a deleted flag column to the dimension.  Rather than physically deleting the row you set the deleted flag.  Then the package won't add the deleted row back.

Page 1 of 1 (3 items)