sql - Warehouse and SSIS -
i develop application has database wery generic can't use reporting. need solution how create reporting. i'm developer knowledge in dba domain bounded. have ideo create database i'll pu denormalized data original db. saw use ssis , woul glad if give me advice how attack problem. should sync data once day , run reports way. there solution sync data allways reports date? please advice.. thanks!
damir,
what message getting close build datawarehouse using star schema pattern.
you have 2 databases, 1 normalized data , other 1 star schema pattern (your dw), , create script use normalized data , put them in datawarehouse. frequency of script : after each transaction, every hour, once day, etc...
the advantage of having datawarehouse able use olap cubes , mdx language reports. it's plus !
hope help,
Comments
Post a Comment