> We have an installation of SQL Server 2005 that allows windows
> authentication only. None of our windows users have been explicitly
[quoted text clipped - 3 lines]
> Is there a way to get our sysadmin rights back or will we have to do a
> re-installation?
Restart the instance in single user mode (which only a local admin can do).
http://msdn2.microsoft.com/en-us/library/ms180965.aspx
Then log in as a local admin and you will magically be a sysadmin.
Re-add builtin\administrators login and give it the sysadmin server role and
restart the server in normal mode.
David
Mike Hodgson - 27 Apr 2006 00:30 GMT
Really? So the login behaviour changes in single-user mode (even if the
BUILTIN\Administrators login has previously been dropped)? I didn't
know that. I'll have to try it out. Thanks for the info. (I wonder if
there's something you can do with DAC to get around that "no sysadmin"
issue.)
--
*mike hodgson*
http://sqlnerd.blogspot.com
>
>
[quoted text clipped - 20 lines]
>
>