@Vaibhav Chaudhari : Thanks!
Is it possible to update version in Azure SQL DB - PaaS. Versioning upgrades are maintained by Microsoft, isn't it?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I have installed Azure SQL Single Database (PaaS) - Single Database.
When I run the SELECT @@version query in the query window, I'm getting the below version
Microsoft SQL Azure (RTM) - 12.0.2000.8 Sep 11 2020 22:32:15 Copyright (C) 2019 Microsoft Corporation - This version resolves to SQL Server 2014.
Is this the default version? Can I upgrade?
Thanks,
Prasenna
@Vaibhav Chaudhari : Thanks!
Is it possible to update version in Azure SQL DB - PaaS. Versioning upgrades are maintained by Microsoft, isn't it?
Yes, that's the latest and right version. You may check the DB compatibility version and update it to latest or lower version if required. Versions in Azure SQL DB is different and tricky.
Below blog should help in understanding it - http://davebland.com/azure-sql-db-and-version
Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav