1

I want to create a Dynamic XMLA file where i want to process the cubes on different servers .

This is the script i have generated from Mangement studio. but i could not able to see the Server node in the XMLA file ( , )

How can i get this from Mangement studio.

Please help thanks,

SSAS_2008_CUBE Sales ProcessFull UseExisting

user1049198
  • 13
  • 1
  • 4

1 Answers1

0

You don't specify the server name in the XMLA, you need to connect to the server before running the XMLA, so the script runs against the server that you are connected to.

Darren Gosbell
  • 1,941
  • 13
  • 17