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)
 Transfer Logins

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-06-28 : 07:40:39
mohammed writes "how can i transfare users to a new server without loosing user
password?
thanks"

Kristen
Test

22859 Posts

Posted - 2004-06-28 : 08:17:39
There is some DMO stuff about scripting login's using Encrypted Passwords, I don't know if that would lead you to a non-DMO method in BOL or similar? I've never tried it personnally

Kristen
Go to Top of Page

derrickleggett
Pointy Haired Yak DBA

4184 Posts

Posted - 2004-06-28 : 09:35:31
Search for sp_help_revlogin on this forum. There is a version I posted that includes an sp_hexadecimal (or something like this) procedure. It will transfer the passwords as well.

MeanOldDBA
derrickleggett@hotmail.com

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

- Advertisement -