Hi
I try to do a backup of the transaction log on a sql server 2000. I run this script in the query analyzer...
BACKUP LOG MyTestDB
TO MyTestDB_Backup
WITH NO_TRUNCATE
GO
But then I get this error message...
Server: Msg 3206, Level 16, State 1, Line 1
No entry in sysdevices for backup device 'MyTestDB_Backup'. Update sysdevices and rerun statement.
Server: Msg 3013, Level 16, State 1, Line 1
BACKUP LOG is terminating abnormally.
What does this mean, am I doing something the wrong way here. I'm pretty lost and would appreciate all the help I can get.
Regards
M
I try to do a backup of the transaction log on a sql server 2000. I run this script in the query analyzer...
BACKUP LOG MyTestDB
TO MyTestDB_Backup
WITH NO_TRUNCATE
GO
But then I get this error message...
Server: Msg 3206, Level 16, State 1, Line 1
No entry in sysdevices for backup device 'MyTestDB_Backup'. Update sysdevices and rerun statement.
Server: Msg 3013, Level 16, State 1, Line 1
BACKUP LOG is terminating abnormally.
What does this mean, am I doing something the wrong way here. I'm pretty lost and would appreciate all the help I can get.
Regards
M