Skip to content

Commit c26ce1d

Browse files
authored
Update sql-database-managed-instance.md
1 parent 869c083 commit c26ce1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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. 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. |
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 stable SQL engine version, which is equal to 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)