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 - 2004-06-28 : 07:40:39
|
| mohammed writes "how can i transfare users to a new server without loosing userpassword? 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 personnallyKristen |
 |
|
|
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.MeanOldDBAderrickleggett@hotmail.comWhen life gives you a lemon, fire the DBA. |
 |
|
|
|
|
|