Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automating backups

Status
Not open for further replies.

jabmod

MIS
Sep 12, 2004
68
US
I understad it is possible to automate SSAS backups. How could I edit the backup script below to have it ready for automation?


<Backup xmlns=" <Object>
<DatabaseID>Project_Test</DatabaseID>
</Object>
<File>Project_Test.abf</File>
<AllowOverwrite>true</AllowOverwrite>
<Password>catch00</Password>
</Backup>

Thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top