SQL Server backup error
Error While creating BACKUP:
I am Creating FullBackup for one database Named Postings.
I executed below Query and i am getting The Below error message.
USE master
go
EXEC SP_ADDUMPDEVICE 'disk','PostingsBac',
'E:BACKUPPostingsBac.BAK'
BACKUP DATABASE Postings TO PostingsBac
ERROR:'Device Created'
One Row Effected.
Server: Msg 3201, Level 16, State 1, Line 1
Cannot open backup device 'PostingsBac'.
Device error or device off-line. See the SQL Server error log for more details.
Server: Msg 3013, Level 16, State 1, Line 1
BACKUP DATABASE is terminating abnormally
-
Interview Candidate
- Jun 3rd, 2007
- 1
- 1796
Showing Answers 1 - 1 of 1 Answers
Related Answered Questions
Related Open Questions
SQL Server backup error
I am Creating FullBackup for one database Named Postings.
I executed below Query and i am getting The Below error message.
USE master
go
EXEC SP_ADDUMPDEVICE 'disk','PostingsBac',
'E:BACKUPPostingsBac.BAK'
BACKUP DATABASE Postings TO PostingsBac
ERROR:'Device Created'
One Row Effected.
Server: Msg 3201, Level 16, State 1, Line 1
Cannot open backup device 'PostingsBac'.
Device error or device off-line. See the SQL Server error log for more details.
Server: Msg 3013, Level 16, State 1, Line 1
BACKUP DATABASE is terminating abnormally
Related Answered Questions
Related Open Questions