开发者

NAMED PIPES sql server

开发者 https://www.devze.com 2022-12-18 19:59 出处:网络
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 ?Named pipes are one of many interprocess communication pro

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 ?


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?

0

精彩评论

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