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 |  
                                    | DBADaveConstraint Violating Yak Guru
 
 
                                        366 Posts | 
                                            
                                            |  Posted - 2006-09-14 : 12:22:33 
 |  
                                            | I only have a basic understanding of data warehouse design.  I've always thought a data warehouse is primarily a denormalized model, but recently we have been speaking with a data warehouse vendor who says their product is normalized and is not a Star or Snowflake schema.  This sounds more like a data store.  Can a data warehouse have a primarily normalized model?Thanks,  Dave |  |  
                                    | mwjdavidsonAged Yak Warrior
 
 
                                    735 Posts | 
                                        
                                          |  Posted - 2006-09-14 : 12:40:11 
 |  
                                          | Dave, In a word, yes.  People tend to come down on either the Kimball side or the Inmon side of the debate.  Kimball is associated with denormalised 'star' schemas.  In this approach, the warehouse comprises all the individual marts within the enterprise.  In Bill Inmon's paradigm, the warehouse is a normalised data model storing data at the atomic level.  This is the source of denormalised data marts.  Mark |  
                                          |  |  |  
                                    | DBADaveConstraint Violating Yak Guru
 
 
                                    366 Posts | 
                                        
                                          |  Posted - 2006-09-14 : 12:52:28 
 |  
                                          | Thanks.  Just after my post I found a few articles discussing an Enterprise Data Warehouse.  Both indicated an EDW's design is typically normalized.  I'll keep that in mind since the warehouse we are looking to implement would be considered EDW.http://www.eweek.com/article2/0,1759,1834993,00.asphttp://www.intelligententerprise.com/showArticle.jhtml?articleID=17800088Dave |  
                                          |  |  |  
                                |  |  |  |