hmm I did use LOGS as thats what the documentation said
http://www.red-gate.com/supportcenter/Content/SQL_Backup/help/7.2/SBU_Toolkit_syntax_egs#o15223
will try with LOG now & see
Thanks for your help
Code: |
L. Back up transaction logs for multiple databases This example creates transaction log backups for databases northwind and pubs in the default location. SQLBackupC.exe -I {instance name} -SQL "BACKUP LOGS [northwind, pubs] TO DISK = '<AUTO>' " EXECUTE master..sqlbackup '-SQL "BACKUP LOGS [northwind, pubs] TO DISK = ''<AUTO>'' " ' |
http://www.red-gate.com/supportcenter/Content/SQL_Backup/help/7.2/SBU_Toolkit_syntax_egs#o15223
will try with LOG now & see
Thanks for your help