命名管道 sql server

发布于 2024-08-20 03:33:19 字数 62 浏览 6 评论 0原文

我知道命名管道是协议。但我连 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北座城市 2024-08-27 03:33:19

命名管道是众多进程间通信协议之一。我认为维基百科条目 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文