Database Reference
In-Depth Information
You will need to use the s switch. You have the option of adding a location to write
a log file out as well. Here is the full command line to use when deploying in silent
mode with a log file:
C:\>"C:\Program Files (x86)\Microsoft SQL
Server\110\Tools\Binn\ManagementStudio\Microsoft.AnalysisServices.Deployment.exe"
"C:\Source\SSAS Cookbook\SSAS Cookbook Chapter
9\SSAS Cookbook Chapter 9\bin\Model.asdatabase"
/s:"C:\Source\Logs\SSAS Cookbook Chapter 9.log"
This will deploy and fully reprocess the database and send the log information to the
file as specified.
See also
• You can also use XMLA, AMO, synchronization, and backup-restore to de-
ploy models. For more information on these options check out the Tabular
Model Solution Deployment at http://technet.microsoft.com/en-us/library/
gg492138.aspx .
• Check out the next recipe to learn more about using XMLA with Tabular
Models.
Search WWH ::




Custom Search