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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Restoring data base

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-06-07 : 12:08:55
Jose writes "Hi, i have the following problem:

I have two machines, one is a production machine and the other is a test machine. I made a bakcup of a database from the production and i want to restore it in the test enviroment. The bases are identically, but i know i'll face problems after restoration operation because the users in the test enviroment would lose their identification (They belong a diferent master database). My problem is how to become the database usefull for the same users present before the restoration process.


Note: the names and the quantity of users are equal.

Thanks in advance,

Jose Augusto."

jharwood
Starting Member

41 Posts

Posted - 2004-06-07 : 12:13:02
In Bol, look up sp_change_users_login. Also search on sqlteam for transferring logins.

-J
Go to Top of Page

derrickleggett
Pointy Haired Yak DBA

4184 Posts

Posted - 2004-06-07 : 12:15:26
search for sp_help_revlogin on the forum search. You'll find what you need from that.

MeanOldDBA
derrickleggett@hotmail.com

When life gives you a lemon, fire the DBA.
Go to Top of Page
   

- Advertisement -