RE: Installation Question (Cross-Post)
From: Rob Beene [MSFT] (rbeene_at_online.microsoft.com)
Date: 03/15/04
- Next message: Lars-Inge Tønnessen: "Internal Error 2203 Win2003EES"
- Previous message: Jacco Schalkwijk: "Re: SQL server service manager"
- In reply to: Tim Morrison: "Installation Question (Cross-Post)"
- Next in thread: Tim Morrison: "Re: Installation Question (Cross-Post)"
- Reply: Tim Morrison: "Re: Installation Question (Cross-Post)"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 15 Mar 2004 15:13:36 GMT
Hey Tim,
Thank you for your post regarding how to restore database on MSDE. Below
are the answers to your questions:
1. My question is, what a backup is restored from a different server than
is was created (both servers will be the same version of SQL) should I
anticipate any problems using this method?
>>>>>As long as the file locations are the same meaning that if on one
server the database is on drive C: but on the other server, the databases
need to be on Drive D:. If this is the case, then you need to be sure to
do a "With Move" when restoring. If the files are on the same drive, that
should be ok. Also, if the files already exist, you may have to use the
"With Replace" to overwrite the existing files.
These are two of the most common problems when restoring databases on
different servers. There are other possible issues. For example, the
logins in the database do not match the logins on the server. You can
determine this if you run:
sp_change_Users_login 'Report'
If you get results, then the logins in the results have permission to the
database, but do not have a matching login on the server. These should be
corrected. If you run this procedure and get no results, this means that
all logins for the database having matching logins for the server.
2. Specifically, I have the recovery model set to simple. Will this be
included in the restore?
>>>>>>This should be included with the restore.
Hope this helps!:)
Sincerely,
Rob Beene, MCSD, MCDBA
Microsoft SQL Server Support
This posting is provided "AS IS" with no warranties, and confers no rights.
- Next message: Lars-Inge Tønnessen: "Internal Error 2203 Win2003EES"
- Previous message: Jacco Schalkwijk: "Re: SQL server service manager"
- In reply to: Tim Morrison: "Installation Question (Cross-Post)"
- Next in thread: Tim Morrison: "Re: Installation Question (Cross-Post)"
- Reply: Tim Morrison: "Re: Installation Question (Cross-Post)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|