Link to home
Start Free TrialLog in
Avatar of fluk3d
fluk3dFlag for Canada

asked on

SQL Server 2008 R2 SA Password

I just finished installing Small Business Server 2011, and I'm trying to login to the local database using windows authentication and it won't work. Does anyone know how to enable the SA account or what I should be using to login using the management studio?
Avatar of venk_r
venk_r
Flag of United States of America image

May be the windows user doesnt have a local admin rights.if your'e in a domain then check the domain user permissions.
if neither doesnt work  reinstall with mixed mode authentication and will be able to connect with a valid login.
Avatar of fluk3d

ASKER

I'm logged in with a user that has domain admin, enterprise admin, schema admin permissions. I'd rather not reinstall as sharepoint, and other services are using the instance
There is a new feature in Windows Server 2008 called User Account Control (UAC).  This feature causes a user, whether administrator or not, to provide credentials when opening applications that may affect the system as a whole.  A possible reason your administrative login is not working to login to the SQL Server is because you are not opening SQL Server Management Studio as administrator.  To get around this you will need to right click on SQL Server Management Studio and select "Run as administrator" each time you open the application.  After doing so, you should be able to use Windows Authentication to login to the SQL instance.

UAC settings can be adjusted, or even completely disabled, if you feel that it is not needed.  You can read more about Windows Server 2008 and UAC here: http://technet.microsoft.com/en-us/library/cc772207.aspx.

Avatar of fluk3d

ASKER

UAC is disabled on the server, and tried it again with right click as admin and I still get the same error.

I just looked through the services, and noticed there are instances installed for sharepoint etc.. however; I  don't see a default instance which I can connect to. Do I need to install another instance using SQL Server 2008 R2 express, and manage it that way?


If someone has some SBS 2008/2011 experience with SQL that would be great
One more thing. Is your domain admin user added as Local admin?
Avatar of fluk3d

ASKER

SBS is a domain controller, so there is no local admin
When you installed SQL Server Did you install named or default instance?
Avatar of Member_2_4984608
Member_2_4984608

Which database are you trying to log into?
ASKER CERTIFIED SOLUTION
Avatar of fluk3d
fluk3d
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of fluk3d

ASKER

I answered my own question