[BCB:4:Operating system warning:ECB] Change the authentication mode Change authentication in Microsoft SQL Server Management Studio - Go to Start, All Programs, Microsoft SQL Server [version], SQL Server Management Studio.
- Connect to the database engine with the Server name: [Server]\ISD.
- In the Object Explorer, right-click on the database engine and select Properties.
- Go to Security in the Select a page pane.
- Verify you have SQL Server and Windows Authentication mode selected. Change it if needed.
Change authentication in the Windows Registry As an alternative to installing Microsoft SQL Server Studio you can edit the Windows registry. - Stop the SQL Server (ISD) service.
- Browse to HKLM\Software\Microsoft\Microsoft SQL Server\MSSQL10_50.ISD\MSSQLServer.
- Change the value for LoginMode from 1 to 2.
- Start the SQL Server (ISD) service.
Update your MyAssistant password Check if the password meets the password policy options for complexity and enforcement requirement. - Go to Start, All Programs, Microsoft SQL Server [version], SQL Server Management Studio.
- Connect to the database engine with the Server name: [Server]\ISD.
- In the Object Explorer, expand the database engine.
- Open Security and Logins.
- Right-click on MyAssistant, and select Properties.
- Click Ok.
- Consult with your SQL and Network Administrator to update policies, if needed.
|