简体   繁体   English

使用TFS命令行部署SSAS项目

[英]Deploy SSAS Project using TFS Command Line

How do I deploy an SSAS Cube project from TFS 2015? 如何从TFS 2015部署SSAS Cube项目?

For regular database projects, it is sqlpackage.exe /publish with publish profile. 对于常规数据库项目,它是带有发布配置文件的sqlpackage.exe /publish

What is the command line argument to auto deploy SSAS Project Model into a server? 将SSAS项目模型自动部署到服务器的命令行参数是什么?

We are currently using SQL Server 2016 Enterprise. 我们目前正在使用SQL Server 2016 Enterprise。

You must use Microsoft.AnalysisServices.Deployment.exe located in 您必须使用位于的Microsoft.AnalysisServices.Deployment.exe

C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\ManagementStudio

Syntax 句法

Microsoft.AnalysisServices.Deployment [ASdatabasefile]    
{[/s[:logfile]] | [/a] | [[/o[:output_script_file]] [/d]]}

Make sure to use /s to run in silent mode to prevent opening the wizard: 确保使用/s以静默方式运行以防止打开向导:

For more information about the arguments check the following article: 有关参数的更多信息,请查看以下文章:

References 参考

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM