I have a utility I wrote which can backup/restore my database as well
as schedule backups. This has always worked pretty well except when I
try to backup to a USB Flash Disk. When I use one of these the backup
fails. If I backup to the C:/ drive then copy it over to the disk it
works fine but when SQL Server tries to do it, it can't.
I am simply doing the following:
BACKUP DATABASE MyDatabase TO DISK = 'E:/backup.dat_bak' WITH INIT
Anyone know what could be going wrong?
as schedule backups. This has always worked pretty well except when I
try to backup to a USB Flash Disk. When I use one of these the backup
fails. If I backup to the C:/ drive then copy it over to the disk it
works fine but when SQL Server tries to do it, it can't.
I am simply doing the following:
BACKUP DATABASE MyDatabase TO DISK = 'E:/backup.dat_bak' WITH INIT
Anyone know what could be going wrong?
Comment