Backup Analysis Services Database Using SQL Server Agent Job
1. Start SQL Server Management Studio and connect to Database Engine.2. Expand SQL Server Agent, right click Jobs and choose New Job… from the popup menu as shown in the snippet below.
3. In the New Job dialog box, provide a name for the job and then click on Steps page to create a new step.
4. In New Job Step, specify an appropriate step name and choose SQL Server Analysis Services Command as the type from the drop down list. Next you need to mention the Analysis Server Name and copy paste the below mentioned XMLA script as shown in the snippet below.
No comments:
Post a Comment