I successfully added a backup device with the sp_addumpdevice command.
Next I tried to restore the S030 Database with this command:
restore database S030 from [S030diff] with replace
S030Diff is a backup of the S030 database from the production server. I am trying to restore to another server which is not available to anyone but me. And I get these errors:
Server: Msg 3101, Level 16, State 1, Line 1
Exclusive access could not be obtained because the database is in use.
Server: Msg 3013, Level 16, State 1, Line 1
RESTORE DATABASE is terminating abnormally.
Next I tried to restore the S030 Database with this command:
restore database S030 from [S030diff] with replace
S030Diff is a backup of the S030 database from the production server. I am trying to restore to another server which is not available to anyone but me. And I get these errors:
Server: Msg 3101, Level 16, State 1, Line 1
Exclusive access could not be obtained because the database is in use.
Server: Msg 3013, Level 16, State 1, Line 1
RESTORE DATABASE is terminating abnormally.