

On the Security page, under Server authentication, select the new In SQL Server Management Studio Object Explorer, right-click the server, and then excellent answer the link for changing the authentication modeġ)the steps to change from only Windows authentication to Mixed mode authentication (which will enable you to use the server authentication and change the password) If you don't turn on Mixed Mode authentication you will constantly receive an error message when trying to log in with the sa SQL Server login even though you have changed the password and enabled the login.Įnabling Mixed Mode (aka, SQL Server and Windows Authentication mode) will get rid of this error message. Mixed Mode (SQL Server and Windows Authentication mode) Then restart your server and change the sa password as you normally would. Run the following statement to set the SQL Server instance to Mixed mode: USE ĮXEC xp_instance_regwrite N'HKEY_LOCAL_MACHINE', N'Software\Microsoft\MSSQLServer\MSSQLServer', N'LoginMode', REG_DWORD, 2 Restart the SQL Server and all its services. In General Page, change the SA password and confirm it. Right click on SA account and select the Properties option. Go to Object Explorer-Security folder-Logins folder. select SQL Server and Windows Authentication mode.Login into the SQL Server Management Studio Reference: What is the default password for 'sa' account in windows sbs 2011 standard (I have modified the orginal listing slightly):

You just have to restart the SQL Server instance \SBSMonitoring after changing the sa password as explained in the following article and ensure that Mixed Mode Authentication is turned on.

Windows Authentication is possible only when you are logged on same server in RDP on which SQL service is present.You were really near with your solution. Once you select Authentication type as "Windows Authentication", the user name and password fields will be grayed out and it will allow you to login SQL server without entering login details. Server name : IP / hostname of your MSSQL server Here are steps to reset SA password using SSMS :ġ] Open SSMS management console, it will prompt for authentication details, MSSQL have its own database management tool called as "MSSQL Server Management Studio (SSMS)".
