No Process Is on the Other End of the Pipe

2019-06-14 23:01发布

I receive this error when I try to connect to SQL Server 2005. I have enabled TCP/IP, Named Pipes, and restarted the server but that is not working.

10条回答
叛逆
2楼-- · 2019-06-14 23:39

I tried the troubleshooting steps in both microsoft tech articles, and oddly no luck.

I managed to fix the solution by changing my authentication from SQL Server Auth to Windows Auth. Though I am not sure the technical reason why this works?

查看更多
干净又极端
3楼-- · 2019-06-14 23:40

FYI, I've just had the same error.

I switched to Windows authentication, disconnected, then tried to login again with SQL authentication. This time I was told my password had expired. I changed the password and it all worked again.

查看更多
看我几分像从前
4楼-- · 2019-06-14 23:42

In my case make sure that your connection string has ;password=

查看更多
Bombasti
5楼-- · 2019-06-14 23:43

I encountered this problem when the password for the login that I was attempting to connect with had expired.

查看更多
你好瞎i
7楼-- · 2019-06-14 23:47

I got this error when I (deliberately) reduced the configuration of maximum SQL Server memory to 16Mb and restarted.

So it might be a memory issue.

查看更多
登录 后发表回答