简体   繁体   中英

SQL Server - Error Connecting to the Database

I had to reformat my machine. I had a database working on my previous installation. I also have a web application that connects to this database on the same machine. When I attempt to access the database through the web application, I receive an error. So then I attempted to manually connect to the database.

When I attempt to login with the credentials that my web application is using, I receive the following 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)

I ensured that the user/pass was created. What am I missing? I am using SQL Server 2008

You can try some of the solutions for Error: 233 here on the MSDN forums: http://social.msdn.microsoft.com/Forums/en-US/sqldatabaseengine/thread/b9864938-3b9d-46ed-913c-1014d93738d5

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM