Comments
3 comments
-
i have my answer I needed to upgrade.
-
Although it now seemed to accept the command it's still failing with more messages:-
VDI error 1010 Failed to get the configuration file from the server because the timeout interval as elasped .....increase the valuse of the VDITimeout registry setting. note This name does not exist in the registry.
then I get the further message again
SQL error 155: 'COPY_ONLY' is not a recognized BACKUP option.
Regards
Carolyn -
The COPY_ONLY option can only be used on a SQL Server 2005 instance or newer.
Add comment
Please sign in to leave a comment.
This is the full command that I am trying to use:-
EXECUTE master..sqlbackup '-SQL "BACKUP USER DATABASES TO DISK = ''\\172.17.20.49\SQLBackup\<DATABASE>.sqb''
WITH COPY_ONLY, DISKRETRYINTERVAL = 30, DISKRETRYCOUNT = 10, COMPRESSION = 4, THREADCOUNT = 3, VERIFY"'
I don't want to break my normal production backup chain.
This is unfortunatley a SQL2000 server version 8.0.0.2039. I am using SQl Backup Version 6.5.1.9 should I be using 7.1?
Regards
Carolyn