I have a fact table in sql server that I want to add a new column to. when I do that and I try to update my data source view in analysis services it removes the rest of the changes I made to the data source view (like added foreign keys and such).
Is there a way for me to bring the changes into the data source view without losing my modifications that were made within the cube?
Is there a way for me to bring the changes into the data source view without losing my modifications that were made within the cube?