Re: Cannot restore database from a remote server
From: Mike Epprecht \(SQL MVP\) (mike_at_epprecht.net)
Date: 12/01/04
- Next message: That Bloke: "Re: Tool for creating upgrade scripts"
- Previous message: Pete Ocasio: "Cannot restore database from a remote server"
- In reply to: Pete Ocasio: "Cannot restore database from a remote server"
- Next in thread: Geoff N. Hiten: "Re: Cannot restore database from a remote server"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 1 Dec 2004 01:01:08 +0100
Hi
SQL Enterprise Manager does not look at mapped drives.
You need to use T-SQL code (RESTORE DATABASE) and supply the file name using
UNC naming (\\machinename\sharename\backup.bak)
Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"Pete Ocasio" <pete.ocasio@execupay.com> wrote in message
news:OkbKGRz1EHA.1408@TK2MSFTNGP10.phx.gbl...
> I am unable to restore a new database from a backup located in a different
> server. The MSSQLSERVER service starts with the same network
administrator,
> who has sysadmin rights, for both servers. The problem is that when
trying
> to restore from the Enterprise Manager I cannot see the mapped drive nor
can
> I setup a backup device to the computer containing the backup. Are there
> any pointers that any of you can give me on how to resolve this problem?
> Thanks in advance for your help.
>
>
- Next message: That Bloke: "Re: Tool for creating upgrade scripts"
- Previous message: Pete Ocasio: "Cannot restore database from a remote server"
- In reply to: Pete Ocasio: "Cannot restore database from a remote server"
- Next in thread: Geoff N. Hiten: "Re: Cannot restore database from a remote server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|