Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-09-23 : 07:36:40
|
| Dave writes "I am moving a DB from one SQL Server to another by simply restoring a backup copy from the old server to the new server. However, I need to bring over the Users and Roles created on the old SQL Server to the new one. What is the best method to do this?Thanks,Dave" |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2005-09-23 : 15:21:29
|
| Users and roles come across with the backup. Are you referring to the logins? If so, you can transfer those with sp_helprevlogin. After that, you just need to unorphan the accounts with sp_change_users_login.Tara |
 |
|
|
|
|
|