Before anything else, download and install the most recent Cumulative Update to get lots of bug fixes.
If the issue persists, you may want to check the spelling of the passwords. Also check the contents of SELECT *FROM sys.server_triggers
.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have tried to reset-create a new password to login to localhost on sql server(localdb login just fine with sa and even allows to reset the password) I have done the following
Stop SQL Agent Service,MSSQLSERVER Service
Set property for startup on MSSQLSERVER with -m
Started both services, logged in to SMSS with Windows Authentication
Opened the tree for security>login
Clicked property for sa and set the password and confirmed it, then in Status page enabled the login
accepted close SMSS,
removed the -m flag on Sql server configuration manager
applied and accepted then restarted the service (MSSQLSERVER)
and then I used the new password with SQL Authentication and used sa for username
and it shows an error
A connection was successfully established with the server, but then an error occurred during the login process. (Error Number: 233)
then tries again and says my password is invalid, but this didnt happened with LocalDb because I sucessfully changed the password,
what could I do?
I am running Windows 10 21H2
SMSS 15.0.18410
Microsoft SQL Server 2019 (RTM) - 15.0.2000.5 (X64)
Before anything else, download and install the most recent Cumulative Update to get lots of bug fixes.
If the issue persists, you may want to check the spelling of the passwords. Also check the contents of SELECT *FROM sys.server_triggers
.
Hi @PontiacGTX, ,
Welcome to Microsoft Q&A!
Could you post the entire information about this error 233?
Please see this article about the detailed error message and the solution.
https://www.databasefilerecovery.com/blog/fix-sql-server-error-233.html
Hope this could help you. Good day.
Best regards,
Seeya
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.