Viewing 11 posts - 1 through 11 (of 11 total)
I had similar problem and found a workaround for that putting a Derived Coulmn task after the Flat File Source.
The following transorm for "sexcod" column should help - "N" -...
March 12, 2007 at 2:39 am
not sure if I understand your purpose. I was thinking about reading the current cycle only
anyway if you need to read data from previous cycles too:
how to do that may depend...
February 15, 2007 at 8:19 am
Hi,
have you thought of using a view that is dynamically modified after the load of data to always point to the table you want to report from?
Jakub
February 15, 2007 at 1:07 am
Hi,
I suppose the problem is with protection level you set in the package and that it is created with one account and executed with another (however the message you get is quite strange)....
February 15, 2007 at 12:50 am
Sarath
Looks that in SCD you can't set identity field as a Business Key what is even quite logical . Assuming you transfer data from OLTP to OLAP...
February 13, 2007 at 6:41 am
Sarath,
I don't know your database but seems to me you should forget identity columns when you want to update or insert records to your tables (assuming we talk about dimension tables). Just...
February 13, 2007 at 5:36 am
Sarath
But in this case it seems using SCD is not relevant or you should reconsider what in fact is your business key in this case. As per definition identity column...
February 13, 2007 at 4:57 am
you are welcome, Sarath
February 13, 2007 at 4:45 am
Hi,
this is quite a complex taks and you can do a lot with it. If you need to insert new records in your destination table and update existing ones (the...
February 13, 2007 at 3:47 am
use Slowly Changing Dimension. That should be what you are looking for.
Jakub
February 13, 2007 at 12:56 am
Please try to do the following - in parameter mapping replace "?" with "0". I did it like that with OLE DB data source and worked.
Select ProductID, ProductName...
February 6, 2007 at 2:50 am
Viewing 11 posts - 1 through 11 (of 11 total)