|
Home > Archive > MS SQL Server > December 2006 > Moving SQL Server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Tedmond 2006-12-06, 12:12 am |
| Dear all,
I have two questions
1. What is the best way to move a whole SQL server to another machine with
different machine name?
2. I tried backup all DB including master from one server then restore all
to another server. However, I found all the users in individual database are
invalid but the Logins in SQL Security are ok. Why and how to solve this?
Thanks for any help.
Tedmond
| |
| Hari Prasad 2006-12-06, 12:12 am |
| Hi,
1. What you did is exactly the good method..
2. If you restore the Master database followed with all databases then the
Logins will sync with Users in database. Incase if you find any descripancy
then
use the system procedure sp_change_users_logi
n (see books online) to sync
the Logins with database users...
Thanks
Hari
"Tedmond" <Tedmond@discussions.microsoft.com> wrote in message
news:030841E2-E09B-4F32-B630- AEF5D6B2392C@microso
ft.com...
> Dear all,
>
> I have two questions
>
> 1. What is the best way to move a whole SQL server to another machine with
> different machine name?
>
> 2. I tried backup all DB including master from one server then restore all
> to another server. However, I found all the users in individual database
> are
> invalid but thogins in SQL Security are ok. Why and how to solve this?
>
> Thanks for any help.
>
> Tedmond
>
| |
|
|
|
|
|