Using SQL Server 2008 Express
I created a new database then restored a copy of a database over it. A sql user exists in the database backup so has been added to the database through the restore operation. When I try and delete this user I get:
"The database principal owns a schema in the database, and cannot be dropped"
This is confusing. The user doesn't exist yet, but it owns a schema? Why can't it be deleted?
Next if I add a user with that user name and a valid password, then the user can't even connect to the database.
This has always bugged me, what is the reason and how do I fix this?