REST API to get microsoft sql server version history

nikhith birru 21 Reputation points
2021-03-23T11:42:01.693+00:00

Is there any REST API to get all the Service Packs and respective latest cumulative packs for each SP of SQL Server Version?
expected results should be somewhere near around the table in this doc: https://learn.microsoft.com/en-us/sql/database-engine/install-windows/latest-updates-for-microsoft-sql-server?view=sql-server-ver15
I was able to scrap html content from this page but its not at all a reliable approach in long run.
Thanks in advance.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,004 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,592 questions
{count} votes

Accepted answer
  1. Olaf Helper 45,106 Reputation points
    2021-03-24T10:12:10.84+00:00

    What's that good for?

    MS SQL Server Release Services offers a RSS feed, which you/your app can consume.

    https://techcommunity.microsoft.com/t5/sql-server/bg-p/SQLServer/label-name/SQLReleases


0 additional answers

Sort by: Most helpful

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.