I need to change a dimension member, let's say I have a Customer dimension with a client called 'John Doooe'. I want to update him as 'John Doe' WITHOUT A FULL REPROCESS of the dimension (else my cubes will need to be reprocessed, and it takes hours for such a simple name change).
The Incremental update of the dimension does not solve the problem, because the member ID didn't change, only the description.
I think the only way to accomplish this is programatically using VB, does anyone have a sample code ?