命名管道 sql server
我知道命名管道是协议。但我连 1 个例子都没有看到如何使用它们?
你能告诉我什么是命名管道吗?
i know Named Pipes are Protocols. but i have not seen even 1 example how to use them?
can u tell me what are the Named pipes ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
命名管道是众多进程间通信协议之一。我认为维基百科条目 http://en.wikipedia.org/wiki/Named_pipes 解释了它们出色地。
在sql-server中,命名管道是客户端和服务器之间通信的方法之一,您可以指定使用命名管道访问服务器的连接字符串。
另请参阅此问题:什么是命名管道?
Named pipes are one of many interprocess communication protocol. I think the wikipedia entry http://en.wikipedia.org/wiki/Named_pipes explain them well.
In sql-server named pipes are one of the method of communication between the client and the server, you could specify a connection string that use named pipes to get to the server.
See also this question: What are named pipes?