Hello,as the title suggests i am trying to build a ROLAP Cube on the SQL Server 2012. This Cube is accessing DB2 tables with named queries. So far it is working fine as i managed to deploy the cube and get the data from DB2.My problem is that the cube caches the data, so that my count gives old values after deleting a row in DB2.I set all dimensions, the cube, partition and aggregation design to rolap. Further more i disabled proactive caching in these objects.Do you have any suggestions or ideas on how to make my cube realtime?
↧