At work, I recently "inherited" a database and was told make a better one, which I have. Now I have to copy the users over, been searching, have found no easy way to this. Most of the methods involved drop the user, which I am told not to do. So, how can I add user to a new DB in SQL Server 2014 that already exists?
EDIT What I am really looking for here is adding an already existing user that already has access to a database to another database, most of the stuff I have looked at overly complicates what I see as a really simple task.