replicate an Analysis Services database schema -
10-02-2004
, 06:27 AM
I must replicate an Analysis Services database but not with all the
data about dimensions, aggregation ... ; ONLY the schema information.
One solution that I found is:
ON Source server:
1. to restart the mssqlolapservice
2. to move all the file - except src files from datafolder into a
temporary folder
3. archive the Analysis Services database with msmdarch
4. move back the files.
ON Target server:
1. move src, sec and role files inyo a temp folder
2. restore the Analysis Services database with msmdarch
3. move back the src, sec and role files
4. completly process the Analysis Services database
Can anybody suggest some standard procedure or I must do like this.
Thanks |