Hi,
If I connect to
SQLServer Express via Windows Authentication it works
fine. But if I use SQL Server Authentication it doesn't work with a new
created user and
sa (with a new password) too. I turned mixed mode on, registry key
HKLM\Software\Microsoft\Microsoft Sql Server\MSSQL.1\\MSSQLServer\login
has the value 2 and all ports are set to 1433 but there is still
error 18452. Any suggestions

Error 18452
custom gljaber
Thank you.
Moshik
Kean
What is the exact error message that you are getting back Take a look at the errorlog as well to see what message is logged there.
How are you trying to connect If you're connecting through an application, make sure that you don't specify integrated authentication in the connection string.
Thanks
Laurentiu
David Collie
Did you restart the server service
HTH, Jens Suessmeyer.
---
http://www.sqlserver2005.de
---
vinod123
Marcus2828