Well I'm back again =D
So I have a conceptual question...
I've been given a source and target for a mapping that involve the same table. The source is actually a view made up of columns from two tables, one of which is also my target table.
My question is regarding whether there's any danger to loading a table that is both the target and a part of the source? My worry is coordination between the reads and writes of that table.
The target table is a type 2 slowly changing dimension. All tables are SQL Server.
Thanks
So I have a conceptual question...
I've been given a source and target for a mapping that involve the same table. The source is actually a view made up of columns from two tables, one of which is also my target table.
My question is regarding whether there's any danger to loading a table that is both the target and a part of the source? My worry is coordination between the reads and writes of that table.
The target table is a type 2 slowly changing dimension. All tables are SQL Server.
Thanks