198075/login-to-microsoft-sql-server-error-18456
When I try to connect to the SQL Server I am getting this error:
Microsoft SQL Server Error: 18456
Can anybody tell me what the error code means?
You might want to change your server authentication if you're trying to login using "SQL Server Authentication":
In the object explorer of Microsoft SQL Server Management Studio:
Right click on the server and click Properties.
Go to the Security page.
Under Server authentication choose the SQL Server and Windows Authentication mode radio button.
Click OK.
Restart SQL Services.
I hope this helps you.
Solution Go to Start > Programs > Microsoft SQL Server > Enterprise Manager. Right-click the SQL ...READ MORE
Hey @Rajni, Verify if the server is running ...READ MORE
This is my Stored procedure : CREATE PROCEDURE ...READ MORE
I encountered this error: Error converting data type ...READ MORE
I am at a loss with one ...READ MORE
I can't seem to link from a ...READ MORE
Following code is used to open a ...READ MORE
The following command needs to be used ...READ MORE
I think this solution requires a CROSS JOIN implementation. ...READ MORE
Windows mode and Mixed Mode – SQL ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.