Skip to content

Commit 869c083

Browse files
authored
Explainaing Azure SQL version
1 parent 0b1f0c3 commit 869c083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sql-database/sql-database-managed-instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
1010
author: bonova
1111
ms.author: bonova
1212
ms.reviewer: sstein, carlrab, vanto
13-
ms.date: 11/27/2019
13+
ms.date: 01/21/2020
1414
---
1515
# What is Azure SQL Database managed instance?
1616

@@ -319,7 +319,7 @@ The following table shows several properties, accessible through Transact SQL, t
319319

320320
|Property|Value|Comment|
321321
|---|---|---|
322-
|`@@VERSION`|Microsoft SQL Azure (RTM) - 12.0.2000.8 2018-03-07 Copyright (C) 2018 Microsoft Corporation.|This value is same as in SQL Database.|
322+
|`@@VERSION`|Microsoft SQL Azure (RTM) - 12.0.2000.8 2018-03-07 Copyright (C) 2018 Microsoft Corporation.|This value is same as in SQL Database. This **does not** indicate SQL engine version 12 (SQL Server 2014). Managed instance always runs the latest SQL engine version which is equal or higher than latest available RTM version of SQL Server. |
323323
|`SERVERPROPERTY ('Edition')`|SQL Azure|This value is same as in SQL Database.|
324324
|`SERVERPROPERTY('EngineEdition')`|8|This value uniquely identifies a managed instance.|
325325
|`@@SERVERNAME`, `SERVERPROPERTY ('ServerName')`|Full instance DNS name in the following format:`<instanceName>`.`<dnsPrefix>`.database.windows.net, where `<instanceName>` is name provided by the customer, while `<dnsPrefix>` is autogenerated part of the name guaranteeing global DNS name uniqueness ("wcus17662feb9ce98", for example)|Example: my-managed-instance.wcus17662feb9ce98.database.windows.net|

0 commit comments

Comments
 (0)