We have a solution with several million records each day, so we have adopted incremental processing of the fact table, with process update for the dimensions (although we also do a process index on them after the measures are incremented).
However, I discovered that the months were not sorted correctly as they were sorted on Month name not Month of Year. Now that I've corrected that, can just deploy & process the dimension, or do we have to process the entire cube?