SSAS Backup Query

bk 466 Reputation points
2020-10-30T22:07:10.75+00:00

Hi All i have the following query as a part of the SSAS Backup in my Agent job. This is for SQL Server 2008,
Can someone please help me what changes i need to do to make it work on different server (higher versions)?
<Backup xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
<Object>
<DatabaseID>CUBENAME</DatabaseID>
</Object>
<File>CUBENAME.abf</File>
<AllowOverwrite>true</AllowOverwrite>
</Backup>
Thanks

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,276 questions
0 comments No comments
{count} votes

Accepted answer
  1. Lukas Yu -MSFT 5,821 Reputation points
    2020-11-02T05:51:32.477+00:00

    Have you encounter any specific error ?

    Seems there isn't much to change in your code. Which version are you planing to go to ?


1 additional answer

Sort by: Most helpful
  1. Darren Gosbell 2,376 Reputation points
    2020-11-02T00:07:05.153+00:00

    That same command should still work on the current engine. Are you seeing an error of some sort when you try to run it?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.