I am trying to duplicate a production server to a test server and would normally just restore the user created database, say MY_DATABASE. Sometime when I do this I run into problems with user id's because the logins weren't the same. I tried restoring the master database, but ran into problems. First it had to be in single user mode which i did with sqlservr -m command.<br>Next, I tried restoring the Master database from a file and it said I needed to drop the database. Now, how do you drop the master database and be able to restore it. Any help would be greatly appreciated.<br>Thanks,