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.

 All Forums
 SQL Server 2000 Forums
 Analysis Services (2000)
 Sql server populating the Fact Table

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-09-20 : 08:53:58
jee writes "Hi

I need help as I am try to populate my fact table which consists of several foreign keys realting to my dimension tables.

I want to create a temp table which contains all the fields of the two tables into one. So that I can import the data in to my fact table.

I can not use a join or a union because there isn't a common relationship between the two dimension tables.

I have tried using
select a.haid, b.wardid
from a ,b

This gives me a cartesian matrix.

Please can you help"
   

- Advertisement -