开发者

provider: Named Pipes Provider, error: 0 - No process is on the other end of the pipe

开发者 https://www.devze.com 2023-03-12 18:23 出处:网络
A connection was successfully established with the server, but then an error occurred during the login process. (provider: Named Pipes Provider, er开发者_开发技巧ror: 0 - No process is on the other en

A connection was successfully established with the server, but then an error occurred during the login process. (provider: Named Pipes Provider, er开发者_开发技巧ror: 0 - No process is on the other end of the pipe.)

Any idea why i am getting this; currently i m trying to add the SQlDependency.


One way is to Switch from Windows to SQL Authentication.

Steps include:

  1. Right click server name and select properties.
  2. Then select Security tab.
  3. Enable sql server and windows authentication mode
  4. Restart Sql server service

Try login again.

Also you can try restarting Sql server from services tab

0

精彩评论

暂无评论...
验证码 换一张
取 消