Share via

SSAS Backup Query

bk 466 Reputation points
Oct 30, 2020, 10:07 PM

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,332 questions
0 comments No comments
{count} votes

Accepted answer
  1. Lukas Yu -MSFT 5,821 Reputation points
    Nov 2, 2020, 5:51 AM

    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
    Nov 2, 2020, 12:07 AM

    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.