Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
It looks like Microsoft has released a free version of windows server here
https://www.microsoft.com/en-us/evalcenter/evaluate-hyper-v-server-2016
Microsoft Hyper-V Server 2016 | Microsoft Docs[^]

Hyper-V Server does not have a GUI, and only uses the command line.

Can it be a replacement for Windows Server? And how can I use it as a data server with SQL Server.

What I have tried:

Google search, stackoverflow search but have no any info
Posted
Updated 19-Jul-18 3:05am
Comments
CHill60 19-Jul-18 5:19am    
Here's a random thought - try contacting Microsoft?
GinCanhViet 19-Jul-18 5:34am    
haha :D

1 solution

No.
Quote:
Microsoft Hyper-V Server 2016 is a stand-alone product that contains only the Windows hypervisor, a Windows Server driver model, and virtualization components. It provides a simple and reliable virtualization solution to help you improve your server utilization and reduce costs.

Hyper-V Server can only be used to host virtual machines. Those machines will require their own OS.

If you don't want to pay for the OS, you can run SQL Server 2017 on Linux:
Microsoft SQL Server 2017 on Linux | Microsoft[^]

You will still need to pay for the SQL Server license.
 
Share this answer
 
Comments
GinCanhViet 19-Jul-18 13:50pm    
Thanks, clear.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900