Hi,I have an SSIS package which has a step that processes a Cube with Process Full option and Sequential Single Transaction settings. My question is that when the cube is processed this way, does it use the underlying DimCustomer table or it just used already processed Dimension Data. I have another procedure which uses the DimCustomer table at the same time which is slow. The cube processing is also slow. Can it be true that both are slow because they are using the same dimension table? There are about 13 mill rows in the dimensionPlease suggest.Thank you,Veena
↧