Have you encounter any specific error ?
Seems there isn't much to change in your code. Which version are you planing to go to ?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
Have you encounter any specific error ?
Seems there isn't much to change in your code. Which version are you planing to go to ?
That same command should still work on the current engine. Are you seeing an error of some sort when you try to run it?