I restore a copy of our production database into a test machine. I want to sync up the user logins. I'm running into problems when I try to create a new user. It says a user already exist. How can I resolve this? Do I go into the SYSUSER table on that database and delete the user then recreate them? How do I sync the passwords? Is this a clean way to recreate logins or is there a better way? Thanks.