Skip to content

Commit 5a09360

Browse files
Merge pull request #3686 from Rob-S/patch-3
Replaced code that returns the "instance_name"
2 parents 0945a72 + a1a3dfa commit 5a09360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/statements/create-availability-group-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ CREATE AVAILABILITY GROUP group_name
215215
Is the network name that is used to access a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] failover cluster. Use this if the server instance participates as a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] failover partner. Executing SELECT [@@SERVERNAME](../../t-sql/functions/servername-transact-sql.md) on an FCI server instance returns its entire '*FCI_network_name*[\\*instance_name*]' string (which is the full replica name).
216216

217217
*instance_name*
218-
Is the name of an instance of a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] that is hosted by *system_name* or *FCI_network_name* and that has HADR service is enabled. For a default server instance, *instance_name* is optional. The instance name is case insensitive. On a stand-alone server instance, this value name is the same as the value returned by executing SELECT [@@SERVERNAME](../../t-sql/functions/servername-transact-sql.md).
218+
Is the name of an instance of a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] that is hosted by *system_name* or *FCI_network_name* and that has HADR service is enabled. For a default server instance, *instance_name* is optional. The instance name is case insensitive. On a named instance, this value name is the same as the value returned by executing `select ServerProperty(N'InstanceName');`.
219219

220220
\
221221
Is a separator used only when specifying *instance_name*, in order to separate it from *system_name* or *FCI_network_name*.

0 commit comments

Comments
 (0)