If you restore a database and then try to login to it, you’re likely to run into this wonderful SQL Error: User, group, or role ‘whatever’ already exists in the current database (Microsoft SQL Server, Error: 15023). Unfortunately, using Sql Management Studio alone doesn’t seem up to the task of correcting this problem. You have to drop down to calling esoteric stored procedures (who needs a GUI to actually manage users and logins, right?). Searching for this error at least yields many results like these. I especially like the second one whose title ends with ‘Aarrgghh!!’ which led to me .......
↧