We are attempting to do an internal SQL backup of our databases, however it appears when the databases were configured the SA user account had been disabled. For whatever reason the BUILTIN\Users only have "public" permissions.
We have tried logging in with the "Administrator" account in the hopes to enable the SA account, however the Administrator user does not have permissions to do so (have also tried CLI to reset, did not work)
The reason we are doing this backup is the database is migrating to a new server, does anyone know of a way to re-enable the SA account, or to backup our database?
P.S this is a domain controller server.
Thanks!