Insert into a star-schema
        Posted  
        
            by shaun
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by shaun
        
        
        
        Published on 2010-03-22T23:58:53Z
        Indexed on 
            2010/03/23
            0:01 UTC
        
        
        Read the original article
        Hit count: 636
        
I've read a lot about star-schema's, about fact/deminsion tables, select statements to quickly report data, however the matter of data entry into a star-schema seems aloof to me. How does one "theoretically" enter data into a star-schema db? while maintaining the fact table. Is a series of INSERT INTO statement within giant stored proc with 20 params my only option (and how to populate the fact table). Many thanks.
© Stack Overflow or respective owner