Hey @Mina Kamel ,
You can use ASPAC to deploy the meta data from 1 server to another using powershell.
How to autmatically copy SSAS cube script from one envinment to another
Hello,
I'm looking for help. I'm trying to only copy the metadata of cubes between servers with out copying the data using Powershell.
any help here would be really appreciated .
3 answers
Sort by: Most helpful
-
Nandan Hegde 32,991 Reputation points MVP
2021-02-12T05:53:51.02+00:00 -
Lukas Yu -MSFT 5,821 Reputation points
2021-02-12T06:47:30.257+00:00 Hi,
Was it SSAS tabular or SSAS multidimensional cube server?
If it is tabular, you could use the powershell script in this thread and to output the metadata of one database : Microsoft.AnalysisServices.Tabular.JsonScripter output to a file insted of CMDOr you could try the snippet in this blog : PowerShell: Backup All SSAS Databases
Regards,
Lukas -
Mina Kamel 101 Reputation points
2021-02-22T14:22:36.057+00:00 Hello Lukas,
sorry for the late replay it is a tabular data. However the link you provided only allows me to extract the data and save it locally. if I need to copy the jason file to different server to form only the metadata of the cube what can I do there.
thanks for all the help in advance.