OLAP命令
ASCMD -S xxx.xxx.xxx.xxx -v DWServer=xxx.xxx.xxx.xxx -i Test.xmla -U domain\username -P password
其中用户是登录服务器的Windows账户,而不是登录数据库的账户
以上是假定ascmd和保存下来的XMLA在同一目录,如果不在一起,那么更改-i后面的值就可以。
其中:
-S是要部署的目标服务器地址,不如localhost或者172.5.3.123
-v就是参数的替换,也就是之前替换的$DWServer,也就是数据源所在的位置。
另如果是在64位环境使用,记得要用64位版本去编译ascmd.exe。
参考:http://blog.vsharing.com/wooley/A593643.html
http://www.cnblogs.com/aspnetx/archive/2010/09/02/1815982.html
http://technet.microsoft.com/zh-cn/library/ms365187(v=SQL.90).aspx
http://sqlsrvanalysissrvcs.codeplex.com/releases/view/22769下载 ASCMD_StressTestingScripts可获得ascmd.exe工具