Azure SQL Database
An Azure relational database service.
6,034 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
Thanks,
Eunsu
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.