dbTalk Databases Forums  

SLOwly Changing Dimension Object

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SLOwly Changing Dimension Object in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
alexde
 
Posts: n/a

Default SLOwly Changing Dimension Object - 09-14-2006 , 03:06 PM






any simple example on internet with SCD SSIS object?

building an example I am getting and error:

there must be at least one column of fixed, changing or historical type of
input for slowly changing dimension transform

help appreciated.
thnx,
Alex

Reply With Quote
  #2  
Old   
Warren Brunk
 
Posts: n/a

Default Re: SLOwly Changing Dimension Object - 09-14-2006 , 05:15 PM






Does this sample from SQL 2005 BOL help?

http://msdn2.microsoft.com/en-us/library/ms141662.aspx



--
/*
Warren Brunk - MCITP - SQL 2005, MCDBA
www.techintsolutions.com
*/


"alexde" <alexde (AT) discussions (DOT) microsoft.com> wrote

Quote:
any simple example on internet with SCD SSIS object?

building an example I am getting and error:

there must be at least one column of fixed, changing or historical type of
input for slowly changing dimension transform

help appreciated.
thnx,
Alex



Reply With Quote
  #3  
Old   
alexde
 
Posts: n/a

Default Re: SLOwly Changing Dimension Object - 09-14-2006 , 09:55 PM



I am using http://blogs.conchango.com/jamiethom...6/06/1543.aspx

the Example works Perfectly well but it does not give explanation how to set
up slowly changing dimension type1 and type2 in the SSIS object.

I've built exactly ( i think so) SSIS package on Campaign table from my db -
everything is ok Except SLowly Changing Dimension object that keeps getting
an error:
"There must be at least one column of Fixed, Changing, or Historical Type on
the input of a Slowly Changing Dimension transform. Verify that at least one
column is a FixedAttribute, ChangingAttribute, or HistoricalAttribute."

on the Mapping Tab it is more descriptive but I am not able to find it by
error # in MSDN:
Error at <mydtspackagename> [Slowly Changing Dimension 3 [5283]: There must
be at least....etc...(see above)...

execution of the package gives the same error.

How/where I CAN Set up Values: FixedAttribute, changingattribute,
HistoricalAttribute
in the SSIS SlowlyChangingDimension object?
thnx,
Alex




"Warren Brunk" wrote:

Quote:
Does this sample from SQL 2005 BOL help?

http://msdn2.microsoft.com/en-us/library/ms141662.aspx



--
/*
Warren Brunk - MCITP - SQL 2005, MCDBA
www.techintsolutions.com
*/


"alexde" <alexde (AT) discussions (DOT) microsoft.com> wrote in message
news:8B787305-5D0D-4557-A862-86C6591C2A78 (AT) microsoft (DOT) com...
any simple example on internet with SCD SSIS object?

building an example I am getting and error:

there must be at least one column of fixed, changing or historical type of
input for slowly changing dimension transform

help appreciated.
thnx,
Alex




Reply With Quote
  #4  
Old   
Simon Sabin
 
Posts: n/a

Default Re: SLOwly Changing Dimension Object - 09-15-2006 , 03:57 AM



Hello alex

In the Wizard for the slowly changing dimension the 2 or 3 page (depending
on whether you still get the information page 1) is for setting the "Slowly
Changing Dimension Columns" in here select the column that you are seeing
if it has changed and select what type of change management you want, i.e.
Fixed, Changing or Historical.

This page also explains what each one means.


Simon Sabin
SQL Server MVP
http://sqlblogcasts.com/blogs/simons


Quote:
I am using
http://blogs.conchango.com/jamiethom...6/06/1543.aspx

the Example works Perfectly well but it does not give explanation how
to set up slowly changing dimension type1 and type2 in the SSIS
object.

I've built exactly ( i think so) SSIS package on Campaign table from
my db -
everything is ok Except SLowly Changing Dimension object that keeps
getting
an error:
"There must be at least one column of Fixed, Changing, or Historical
Type on
the input of a Slowly Changing Dimension transform. Verify that at
least one
column is a FixedAttribute, ChangingAttribute, or
HistoricalAttribute."
on the Mapping Tab it is more descriptive but I am not able to find
it by
error # in MSDN:
Error at <mydtspackagename> [Slowly Changing Dimension 3 [5283]:
There must
be at least....etc...(see above)...
execution of the package gives the same error.

How/where I CAN Set up Values: FixedAttribute, changingattribute,
HistoricalAttribute
in the SSIS SlowlyChangingDimension object?
thnx,
Alex

"Warren Brunk" wrote:

Does this sample from SQL 2005 BOL help?

http://msdn2.microsoft.com/en-us/library/ms141662.aspx

--
/*
Warren Brunk - MCITP - SQL 2005, MCDBA
www.techintsolutions.com
*/
"alexde" <alexde (AT) discussions (DOT) microsoft.com> wrote in message
news:8B787305-5D0D-4557-A862-86C6591C2A78 (AT) microsoft (DOT) com...

any simple example on internet with SCD SSIS object?

building an example I am getting and error:

there must be at least one column of fixed, changing or historical
type of input for slowly changing dimension transform

help appreciated.
thnx,
Alex



Reply With Quote
  #5  
Old   
alexde
 
Posts: n/a

Default Re: SLOwly Changing Dimension Object - 09-18-2006 , 01:02 PM



Simon,
I got used to work with "Show Advanced Editor" rather than with "Edit"...

Thnx for the Help!
Alex

"Simon Sabin" wrote:

Quote:
Hello alex

In the Wizard for the slowly changing dimension the 2 or 3 page (depending
on whether you still get the information page 1) is for setting the "Slowly
Changing Dimension Columns" in here select the column that you are seeing
if it has changed and select what type of change management you want, i.e.
Fixed, Changing or Historical.

This page also explains what each one means.


Simon Sabin
SQL Server MVP
http://sqlblogcasts.com/blogs/simons


I am using
http://blogs.conchango.com/jamiethom...6/06/1543.aspx

the Example works Perfectly well but it does not give explanation how
to set up slowly changing dimension type1 and type2 in the SSIS
object.

I've built exactly ( i think so) SSIS package on Campaign table from
my db -
everything is ok Except SLowly Changing Dimension object that keeps
getting
an error:
"There must be at least one column of Fixed, Changing, or Historical
Type on
the input of a Slowly Changing Dimension transform. Verify that at
least one
column is a FixedAttribute, ChangingAttribute, or
HistoricalAttribute."
on the Mapping Tab it is more descriptive but I am not able to find
it by
error # in MSDN:
Error at <mydtspackagename> [Slowly Changing Dimension 3 [5283]:
There must
be at least....etc...(see above)...
execution of the package gives the same error.

How/where I CAN Set up Values: FixedAttribute, changingattribute,
HistoricalAttribute
in the SSIS SlowlyChangingDimension object?
thnx,
Alex

"Warren Brunk" wrote:

Does this sample from SQL 2005 BOL help?

http://msdn2.microsoft.com/en-us/library/ms141662.aspx

--
/*
Warren Brunk - MCITP - SQL 2005, MCDBA
www.techintsolutions.com
*/
"alexde" <alexde (AT) discussions (DOT) microsoft.com> wrote in message
news:8B787305-5D0D-4557-A862-86C6591C2A78 (AT) microsoft (DOT) com...

any simple example on internet with SCD SSIS object?

building an example I am getting and error:

there must be at least one column of fixed, changing or historical
type of input for slowly changing dimension transform

help appreciated.
thnx,
Alex




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.