Hi,
Is there any sample code about create partition using ASSL (Analysis Service Script Language)?
thanks,
There is no ASSL. There is a DDL - data definition language for Analysis Services objects.
It is XML-based. Try in the SQL Managment Studio to right click on your partition and script it into the XMLA editor. You will see DDL definition of the partition. You can modify it, change the partition ID and name and send back to the server. You will see new partition being created as result of that.
Thanks.
Edward
This posting is provided "AS IS" with no warranties, and confers no rights
|||thanks a lot. :)
No comments:
Post a Comment