You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifies the network configuration used to determine IP address settings.
172
+
173
+
The acceptable values for this parameter are:
174
+
175
+
- Automatic: Automatically detects the appropriate setting. If SQL Server is running in Azure, it uses `Distributed`. If SQL Server is running on-premises, uses `Singleton`. (Default setting)
176
+
- Singleton: The traditional method of DHCP or static IP address.
177
+
- Distributed: Uses a Distributed Network Name by using Node IP addresses.
0 commit comments