Fixing Orphaned Database Users in SQL Server 2005
I see this on almost all SQL Server instances I work on – existing user in a database with dbo permissions yet they could not access anything in the database. This is because SQL Server doesn’t really look at the user or login name but rather the SID values (I’ve talked about this in here). […]