Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jeevan
Starting Member
2 Posts |
Posted - 2002-09-19 : 05:02:35
|
I need to populate the fact table.AT present my fact table contains the followingFact TablePropertyidWardidHaidCountPropDimension table WardWardIDWardWard DescDimension Table HAHaiDHousingAreaI have set up a relationship between The fact table foreign keys and the Dimension table primary keys.I assumed when I populated the dimension tables the fact table would also get poulated but it doesn't.I am now trying to move the keys from the dimension tables in to a temp table so that I can use DTS to populate the fact table.The problem I am encountering now is that I cannot use Select Ha.Haid,Ward.wardidfrom ward,haas this produces a cartesian matrix.I cannot use union becauseThe number and the order of the columns must be identical in all queries.The data types must be compatiblePlease can someone reply as I am completely stuck |
|
|
|
|