Microsoft sql error 233

Hi,

i need to receive some information to solve microsoft sql error 233 in autentication sql, with windows autentication it is ok

Error message complete in italian language:

La connessione con il server è stata stabilita correttamente, ma poi si è verificato un errore durante la procedura di login. (provider: Shared Memory Provider, error: 0 - Nessun altro processo all'altra estremità della pipe.) (.Net SqlClient Data Provider) microsoft sql server errore 233

Thanks a lot

Make sure the SQL instance is set to "mixed mode" authentication. It's possible to set it to "Windows only" authentication, in which case a non-Windows connection will never work until it's reset to "mixed" mode.

And naturally verify you have the correct password as well :-).