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
 General SQL Server Forums
 New to SQL Server Programming
 Database Move Help

Author  Topic 

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2007-09-14 : 13:06:32

Is there a way to move database from developement to production servers along with the logins and their associated roles as well as passwords. I did backup and restore and used sp_change_users_login to fix the logins

I mean is there a way to copy logins and roles Thanks

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-09-14 : 13:08:06
There is an option to script out logins and roles with EM/SSMS.



E 12°55'05.25"
N 56°04'39.16"
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2007-09-14 : 13:12:59
Ok So you mean i have check all the boxes for security scripting options..Anyway thanks .
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-09-14 : 22:49:16
Or copy logins in dts/ssis.
Go to Top of Page
   

- Advertisement -