Link https://go.microsoft.com/fwlink/?linkid=2216019 changed installer?

Jens Schumacher 0 Reputation points
2025-12-12T12:56:07.7066667+00:00

Hi,

For years whe have used a script to download and install SQL 2022 EXPRESS.

The link we used to download the SQL 2022 installer is

https://go.microsoft.com/fwlink/?linkid=2216019

But recently the link suddenly points to a SQL 2025 Express installer.

Is this intentional? And if it is what is the new official direct download link for SQL 2022 Express?

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

Answer recommended by moderator
Anonymous
2026-02-02T07:42:12.8633333+00:00

Hi @Jens Schumacher ,

You’re correct  fwlink URLs are not universally “evergreen.” Many older SQL Express fwlinks (2016/2017/2019) have remained version-pinned for years, so relying on them historically did work.

What changed here is specific to linkid=2216019 Microsoft has repointed that fwlink from SQL 2022 Express to SQL 2025 Express, which is inconsistent with prior behavior and can indeed break prerequisite installers.

Practical takeaway (100% reliable):

  • Do not rely on fwlinks for scripted installs.
  • Use version-specific download.microsoft.com URLs and explicitly control the CU level.
  • Cache the installer internally if this is a hard prerequisite.

So yes this is a real regression/change, not user error.

Thanks,
Akhil.

Was this answer helpful?

3 people found this answer helpful.
0 comments No comments

3 additional answers

Sort by: Oldest
  1. Erland Sommarskog 137.4K Reputation points MVP Volunteer Moderator
    2025-12-12T19:02:31.6666667+00:00

    I would guess the link is intended for "latest version", so it makes sense that you get SQL 2025.

    If you want to stick to SQL 2022, you can use https://download.microsoft.com/download/5/1/4/5145fe04-4d30-4b85-b0d1-39533663a2f1/SQL2022-SSEI-Expr.exe + https://download.microsoft.com/download/a89001cb-9c99-48d3-9f14-ded054b35fe4/SQLServer2022-KB5068450-x64.exe. However, the latter link seems to be specifically for CU 22, so as new CU:s come out you need to update that link.

    Then again, there is all reason to consider SQL 2025 Express, since with SQL 2025 the maximum database size has been increased from 10 GB to 50 GB.

    Was this answer helpful?

    2 people found this answer helpful.

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

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