SQL Server Error: No Process is on the Other End of the Pipe

编程之家收集整理的这篇文章主要介绍了SQL Server Error: No Process is on the Other End of the Pipe编程之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

登录sql Server 2005时可能碰到错误: 'No Process is on the Other End of the Pipe'。解决方法

(1)Open up sql Server Suraface Area Configuration tool by clicking

Start > Microsoft sql Server 2005 > Configuration Tools > sql Server Suraface Area Configuration
(2)Click the Surface Area Configuration for Services and Connections link at the bottom of the window.
(3)In the View By Instance pane on the left, expand the node for the sql Server that is giving you the error, and
click the Database Engine > Service > Remote Connections.

sql-server-surface-area-config-window


(4)In the setting for the Remote Connections, click the Local and Remote Connections option.
Now click the Using both TCP/IP and named pipes option and click OK.
You will be prompted to restart your Database Server for the changes to take effect. Do that.
Once you restart your Database Server, you should be able to login to the sql Server database successfully !

 


 No Process is on the Other End of the Pipe

 

 

错误提示
Named Pipes Provider: No process is on the other end of the pipe.

Microsoft sql Native Client : Communication link failure.

Microsoft sql Native Client : An error has occurred while establishing a connection to the server. When connecting to sql Server 2005, this failure may be caused by the fact that under the default settings sql Server does not allow remote connections.

 

Cause Resolution

The client is attempting to connect using named pipes, and the server is not configured to allow remote connections using named pipes.

Connect using TCP/IP, or use the Surface Area Configuration tool to enable remote connections using named pipes.

The client protocol order is attempting to connect with the named pipes protocol before trying the TCP protocol, and named pipes are not enabled on the server.

Using sql Server Configuration Manager on the client computer, move TCP before named pipes in the protocol order list.


from:  http://theshiva.us/technicalblog/archive/2006/12/20/solution-fix-no-process-is-on-the-other-end-of-the-pipe-error-sql-server-2005.aspx
from:  http://technet.microsoft.com/en-us/library/ms175496.aspx

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐


本篇内容主要讲解“sqlalchemy的常用数据类型怎么使用”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“sqlalche...
1. mssql权限sa权限:数据库操作,文件管理,命令执行,注册表读取等system。是mssql的最高权限db权限:文件管理,数据库操作等 users-administratorspublic权限:数据库操作 guest-users2、sql server注入执行命令查
本页概要如果您使用的是 SQL Server 2005备份和还原Sp_detach_db 和 Sp_attach_db 存储过程关于排序规则的说明导入和导出数据(在 SQL Server 数据库之间复
这里对 SQL Server 字符串函数进行分门别类地列出,便于查阅和记忆,相信大家都在其它方面有高深的编程基础,从字面上来说大家都知道这些函数的意义,就不对这些函数作过多的解释了,主要谈些经验,具体
查询及删除重复记录的方法 1、查找表(people)中多余的重复记录,重复记录是根据单个字段(peopleId)来判断select*frompeoplewherepeopleIdin(selectpe
微软发SQL Server 2008第二个CTP预览版from: http://news.csdn.net/n/20070807/107158.html8月7日消息,微软公司本周发布了SQL Serv
当登录SQL Server 2005时可能碰到错误: 'No Process is on the Other End of the Pipe'。解决方法:(1)Open up SQL
概要本文描述如何映射标准登录和集成登录来解决在运行 SQL Server 的服务器之间移动数据库时的权限问题。更多信息当您将数据库从一个运行 SQL Server 的服务器移到另一个运行 SQL Se