SQL Server 2019 Developer's Edition for Windows 11 Pro

Manny 151 Reputation points
2022-04-04T22:15:14.457+00:00

Hi

I just got a new computer and I would like to install SQL Server 2019 Developer's edition. I am running Windows 11 Pro.

I am getting the copy of the program here:

https://www.microsoft.com/en-us/sql-server/sql-server-downloads

I get an error:

"Oops...
A required file could not be downloaded. This could mean the version of the installer is no longer supported. Please download again from the download site. https://go.microsoft.com/fwlink/?LinkID=866662"

Windows 11 Pro is supported:

https://learn.microsoft.com/en-us/sql/sql-server/install/hardware-and-software-requirements-for-installing-sql-server-2019?view=sql-server-ver15

How can I download the program?

Thank you

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,657 questions
0 comments No comments
{count} vote

6 answers

Sort by: Most helpful
  1. Bjoern Peters 8,871 Reputation points
    2022-04-06T16:56:50.683+00:00

    It has something to do with TLS and new Windows Updates, here is a solution from another forum.

    Open PowerShell as administrator and run

    Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type Dword
    Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type Dword

    Source https://techcommunity.microsoft.com/t5/sql-serv

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".er/sql-server-installer-unable-to-download-the-required-files/m-p/2120065/highlight/true#M890

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.