October 7, 2009 at 9:07 am
Backup failed to complete the command BACKUP DATABASE [master] TO VIRTUAL_DEVICE='BAKBONE' WITH DIFFERENTIAL, BLOCKSIZE=512, MAXTRANSFERSIZE=65536
What can be the reason that it fails?
October 7, 2009 at 10:19 am
Vika-414488 (10/7/2009)
Backup failed to complete the command BACKUP DATABASE [master] TO VIRTUAL_DEVICE='BAKBONE' WITH DIFFERENTIAL, BLOCKSIZE=512, MAXTRANSFERSIZE=65536What can be the reason that it fails?
Looking at BOL for SQL Server 2000, I don't see any option for VIRTUAL_DEVICE.
October 7, 2009 at 10:36 am
that looks like a third party tool. there is not enough info in the post to answer your question. Look in the SQL error log hopefully it will give more info on the error.
---------------------------------------------------------------------
October 7, 2009 at 11:05 am
You also cannot do WITH DIFFERENTIAL against the master database, only FULL.
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
October 7, 2009 at 11:12 am
Melton (10/7/2009)
You also cannot do WITH DIFFERENTIAL against the master database, only FULL.
I thought so, and just verified it myself as well.
October 7, 2009 at 12:18 pm
Melton (10/7/2009)
You also cannot do WITH DIFFERENTIAL against the master database, only FULL.
good point! I guess thats the error then!
---------------------------------------------------------------------
October 8, 2009 at 3:13 pm
Thanks guys! You got it right.:-P
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply