D/A,
Pls help on how to incremental process in SSAS.
Eg
Fact Table : FCT_CS (CS_SKEY,Date_SKEY)
DIM Table : DIM_CS (CS_SKEY,name) , DIM_TIME (date_SKEY,yr,qtr,mth,dy)
FCT_CS and DIM_CS - new data will be appended on a daily basis
DIM_TIME will be constant
Currently am using Process full. Pls guide how to perform process incremental.
Thanks....Gugan