Azure SQL Server version and upgrade TLS to 1.2

Eunsu Park 0 Reputation points
2025-02-25T21:48:20.28+00:00

Hello,

We have SQL servers and want to upgrade TLS to 1.2.

I queried the version of SQL DB and got 12.0.2000.8 (2014 RTM).

It looks this version isn't support TLS 1.2.

I'd like to know

  1. How to verify our SQL server as a PaaS or SQL Server on VM?
  2. If it's SQL Server on VM how to upgrade SQL server to the latest version?
  3. Can we upgrade TLS to 1.2 of current version of SQL server?

Thanks,

Eunsu

Azure SQL Database
0 comments No comments
{count} votes

Accepted answer
  1. Erland Sommarskog 117.5K Reputation points MVP
    2025-02-25T22:14:01.29+00:00

    That version number certainly sounds like Azure SQL Database.

    If you connect to something.database.windows.net, that is Azure SQL Database.

    You can also run this query:

    SELECT serverproperty('Edition'), serverproperty('EngineEdition')
    
    
    

    The output would be "SQL Azure" and 5 for Azure SQL Database.

    And, yes, Azure SQL Database supports TLS 1.2.


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.