1
I received a machine with an instance of SQL Server 2008 installed, I can access this instance through SQL Server Management Studio Express with my Windows administrator account but I can’t perform any action within the instance due to not having permission.
1 - I can change the password or delete the SA account with the Windows ADMIN account?
2 - I can give permission to sysadmin
to the Windows ADMIN account without using the SA account?
user SA is enabled?
– gmsantos
Yes is Enabled, the SA is the only sysadmin of the instance, and the user has lost password.
– dil_oliveira