[AlwaysOn] 创建SQL Server高可用性组T-SQL语法:group_name参数

来源:这里教程网 时间:2026-03-02 11:28:10 作者:

group_name

指定新可用性组的名称。Specifies the name of the new availability group. 组名必须是有效的SQL Server标识符,并且在WSFC群集中的所有可用性组中必须是唯一的。 group_name must be a valid SQL Server identifier, and it must be unique across all availability groups in the WSFC cluster. 可用性组名的最大长度为128个字符。The maximum length for an availability group name is 128 characters.

相关推荐