Click Here To Get Amazing Facebook Profile Covers,Status Messages

No process is on the otherend of the pipe Microsoft SQL Server Error: 233

1 reply [Last post]
screwu's picture
screwu
User offline. Last seen 2 years 33 weeks ago. Offline
Joined: 10/02/2009

I installed "SQL Server 2005 Express edition" and "SQL Server Management Studio Express" on my windows 2003 server.I logged in using windows authentication and created a user in security->logins and assigned all server roles.But while trying to log in using newly created user and SQL Server authentication in "SQL Server Management Studio Express" it throws the error


A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) (Microsoft SQL Server, Error: 233)

how to resove the said error.Thanks in advance


rajesh's picture
rajesh
User offline. Last seen 12 weeks 6 days ago. Offline
Joined: 08/17/2009
windows authentication mode to mixed mode

As you told that you are able to login using Windows Authentication but while trying to login using SQL Server Authentication you are facing the error.This may be becuse you selected Windows Authentication instead of Mixed Mode Authentication(Windows Authentication and SQL Server Authentication)at the time of installation.I think converting from Windows Authentication to Mixed Mode Authentication(Windows Authentication and SQL Server Authentication)will solve problem.