Reputation: 5723
What is the easiest way to move (copy) users from dev database to prod database?
Upvotes: 2
Views: 4263
Reputation: 453426
Select the "Users" node in Object Explorer, Bring up "Object Explorer Details" from the View menu. Select all, Right Click, "Script User as..."
Review script and change any logins as required to refer to logins on the production server.
Upvotes: 4