|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Sunday, September 04, 2011 5:43 AM
Points: 1,
Visits: 2
|
|
| Also you can change the Dir as per your wish and file name to without overwriting the DB for archive purpose.you can maintain xml config file for dynamic purpose
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Wednesday, November 07, 2012 8:48 AM
Points: 36,
Visits: 132
|
|
Hi, I tried to backup 3 SSAS dbs from the same job step, by creating consecutive XML tags in the same command and if failed. Does anyone know if @command is forced to a single backup command? This is what code I've used <Backup xmlns="http://schemas.microsoft.com/analysisservices/2003/engine"> <Object> <DatabaseID>SSAS_DB_NAME</DatabaseID> </Object> <File>\\share_path\\SSAS_DB_NAME.abf</File> <AllowOverwrite>true</AllowOverwrite> </Backup>
Question is if I can do like 3 backups from the same command in one job agent step. Thanks!
|
|
|
|