Technical limitations when using Windows 10 as the Host OS for running Sql Server Standard edition

test code 1 Reputation point
2021-04-07T09:50:12.853+00:00

SQL Server 2014 Standard edition shows Windows 10 as compatible OS. SQL Server allows a maximum 32767 concurrent connections concurrent connections, but Windows 10 OS has a limit on concurrent connections for file & printer and the limit appears to be 20.
We checked the official FAQ at "*http://download.microsoft.com/download/A/5/9/A599711B-6807-4757-B38D-1EE269F2F19B/FAQs-Product-Licensing.pdf*".

Can I use Windows Pro or Enterprise like a "server" to host applications?
No. The Windows desktop operating system can't be used as a "server." Device connection is allowed only for certain purposes (such as File Services, Print Services, Internet Information Services, Internet Connection Sharing, and Telephony Services).

As mentioned in windows 10 license terms

Device connections.
You may allow up to 20 other devices to access the software installed on the licensed device for the purpose of using the following software features: file services, print services, Internet information services, and Internet connection sharing and telephony services on the licensed device. You may allow any number of devices to access the software on the licensed device to synchronize data between devices. This section does not mean, however, that you have the right to install the software, or use the primary function of the software (other than the features listed in this section), on any of these other devices."

The Device connections section mentions "You may allow any number of devices to access the software on the licensed device to synchronize data between devices."

Does this mean that the 20 concurrent connection limit of Windows 10 does not apply to SQL server that is hosted on it? Since it is TCP connection, I don’t think any technical limitation is there. But would it be allowed legally as well?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,758 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Tom Phillips 17,716 Reputation points
    2021-04-07T14:52:37.297+00:00

    No. The limits on file & printer connections has nothing to do with any other process on the server, including SQL Server.

    1 person found this answer helpful.