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)
 login transfer on sql server 2005

Author  Topic 

shekhar_dba
Starting Member

39 Posts

Posted - 2006-10-17 : 16:26:27
hi gurus

i'm a newbie in this area ..im facing a strange problem .we have to installed a express adition of 2005(demo) on one of our server . now i wish to upgrade it with the standard adition .wt problem i'm facing is how to tranfer logins from this demo to the standard one since we have around 10 -15 development database on this server and i want to transfer all the databases to the standard edition on same machine.

in sql server 2000 i used to work with sp_help_revlogin ..that can even genrate a script to move logins but in sql server 2005 i didn't find any such thing...so plz help me out

thanks

snSQL
Master Smack Fu Yak Hacker

1837 Posts

Posted - 2006-10-17 : 18:02:40
Try googling "sp_help_revlogin 2005", you'll find a few different implementations of sp_help_revlogin for SQL Server 2005.

Note that there is also a Transfer Logins task in SSIS that you can use to do it.
Go to Top of Page
   

- Advertisement -