Azure SQL 12 End of Support and PCI Compliance

Miguel Cartagenova 61 Reputation points
2021-05-14T16:52:54.563+00:00

Hello, I have performed pentest tests on my Azure Sql servers to achieve my PCI DSS certification, to which my QSA tells me:

According to this, the installed version, the Microsoft SQL Server remote server is obsolete and is no longer maintained by its supplier or developer. The lack of support means that the vendor will not release new security patches for the product. As a result, it may contain security vulnerabilities that will never be fixed.

my deployed Version is : 12.0.2148.0,

Can you point me out to the correct version / end of life data for Azure SQL Database? I was lookin on the Microsoft pages and can only find data about on premises Sql Server verson (2012, 2016, 2019)

I need a deeper insight on this matter and a way to show that we comply with the needed support and required standards

Best Regards

Miguel C.

Azure SQL Database
{count} votes

Accepted answer
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2021-05-14T17:22:44.947+00:00

    You cannot rely on @@version (SELECT @@version) to identify which version of SQL Server engine is running your Azure SQL database as it will always show version 12 and it will continue to show version 12 indefinitely. That does not mean that Azure SQL is running as a SQL Server 2014 instance.

    The version of the SQL Server database engine run by Azure SQL Database is always ahead of the on-premises version of SQL Server, and includes the latest security fixes. This means that the patch level is always on par with or ahead of the on-premises version of SQL Server, and that the latest features available in SQL Server are available in Azure SQL Database.

    Please read my article about this topic.

    2 people found this answer helpful.

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.