Re: logical device already exists??
From: Hari Prasad (hari_prasad_k_at_hotmail.com)
Date: 07/13/04
- Next message: JOE: "DDL"
- Previous message: Al: "Re: Transaction Log"
- In reply to: bing: "logical device already exists??"
- Next in thread: bing: "Re: logical device already exists??"
- Reply: bing: "Re: logical device already exists??"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 13 Jul 2004 21:27:57 +0530
Hi,
It seems there is an entry in master..sysdevices table.
Execute the below procedure from Query ANalyzer and ensure that you do not
have the same file.
sp_helpdevice
To double check the same by querying :-
select * from master..sysdevices
If you have an entry then you can drop the device by using the below command
(Execute the comand if you need)
sp_dropdevice 'device_name'
Thanks
Hari
MCDBA
Thanks
Hari
MCDBA
"bing" <bing@discussions.microsoft.com> wrote in message
news:9AC7B842-64A8-4790-8C39-87957075EE39@microsoft.com...
> I want to back the master db to the disk file
e:\data\MSSQL\BACKUP\master.BAK.
>
> When I tried to create a new backup device called 'master', I got the
error:
>
> Error 15026: Logical device 'master' already exists.
>
> But I've checked several times and don't see master.BAK already exist in
e:\data\MSSQL\BACKUP. I had no problem creating the backup devices for
other system default databases, like msdb, model, etc.
>
> Anybody know what might be the problem?
>
> Bing
- Next message: JOE: "DDL"
- Previous message: Al: "Re: Transaction Log"
- In reply to: bing: "logical device already exists??"
- Next in thread: bing: "Re: logical device already exists??"
- Reply: bing: "Re: logical device already exists??"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|