Hi guys,
Here goes!
So, we have a SQL Server 2012 instance on a Server 2008 R2 box running Microsoft DPM. The previous sysadmin left and his user account is in the DB users list with explicit db_owner righs so I wanted to remove this.
First off, when I tried to connect, I couldn't (didn't have permission), so I finally found some service account that he created and managed to connect with it. Unfortunately, it simply has the public server role so can't do anything with that.
Looking at the permissions given to users on the server, the sa account has sysadmin, but is disabled and the only account left is this service account I've found which has public, so I can't use it to enable sa or really do anything...
Not really sure where to go from here, little bit annoying!
Any/all help appreciated!