sql-server – Windows XP连接限制是否适用于Sql Server连接?

前端之家收集整理的这篇文章主要介绍了sql-server – Windows XP连接限制是否适用于Sql Server连接?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我在 Windows XP上安装了sql Server 2005,作为小型工作组中的服务器.由于XP有10个计算机同时连接的限制,我的问题是,这个限制是否也适用于通过TCP / IP到sql Server的并发连接?或者此限制仅适用于与共享,打印机等的连接?

解决方法

article表示最多10个连接.

For Windows XP Professional,the maximum number of other computers that are permitted to simultaneously connect over the network is ten. This limit includes all transports and resource sharing protocols combined. For Windows XP Home Edition,the maximum number of other computers that are permitted to simultaneously connect over the network is five. This limit is the number of simultaneous sessions from other computers the system is permitted to host

虽然

The connection limit refers to the number of redirector-based connections and is enforced for any file,print,named pipe,or mail slot session. The TCP connection limit is not enforced,but it may be bound by legal agreement to not permit more than 10 client

These people似乎已经复制或创建了一个tcpip驱动程序,最多可以启用50个连接.

我不清楚他们是否从另一个微软操作系统中获取TCPIP.SYS,或者他们是否以某种方式编写了自己的操作系统.

原文链接:https://www.f2er.com/mssql/80539.html

猜你在找的MsSQL相关文章