Skip to content

Commit ed4504b

Browse files
authored
Merge pull request #16302 from v-thepet/column3
Fix some more column headers
2 parents c4c4818 + ede4f92 commit ed4504b

15 files changed

Lines changed: 295 additions & 173 deletions

docs/database-engine/availability-groups/windows/failover-and-failover-modes-always-on-availability-groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ ms.author: mathoma
7373
## <a name="Overview"></a> Overview of Failover
7474
The following table summarizes which forms of failover are supported under different availability and failover modes. For each pairing, the effective availability mode and failover mode is determined by the intersection of the modes of the primary replica plus the modes of one or more secondary replicas.
7575

76-
||Asynchronous-commit mode|Synchronous-commit mode with manual-failover mode|Synchronous-commit mode with automatic-failover mode|
77-
|-|-------------------------------|---------------------------------------------------------|------------------------------------------------------------|
76+
|Failover form|Asynchronous-commit mode|Synchronous-commit mode with manual-failover mode|Synchronous-commit mode with automatic-failover mode|
77+
|-------------------------------|---------------------------------------------------------|------------------------------------------------------------|
7878
|Automatic failover|No|No|Yes|
7979
|Planned manual failover|No|Yes|Yes|
8080
|Forced failover|Yes|Yes|Yes**&#42;**|

docs/database-engine/availability-groups/windows/replicate-track-change-data-capture-always-on-availability.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,8 @@ If Change Data Capture needs to be disabled on a database which is part of an Al
199199
### Restrictions
200200
Supported combinations of replication on [!INCLUDE[ssHADR](../../../includes/sshadr-md.md)]:
201201

202-
|||||
202+
|Replication|Publisher|Distributor|Subscriber|
203203
|-|-|-|-|
204-
||**Publisher**|**Distributor**|**Subscriber**|
205204
|**Transactional**|Yes<br /><br /> Note: Does not include support for bi-directional and reciprocal transactional replication.|Yes|Yes|
206205
|**P2P**|No|No|No|
207206
|**Merge**|Yes|No|No|

docs/database-engine/install-windows/install-sql-server-using-sysprep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ For more information about [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.
9696
9797
9. On the **Feature Selection** page, select the components for your installation:
9898
99-
|||
99+
|Installation|Components|
100100
|-|-|
101101
|[!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] SysPrep|[!INCLUDE[ssDE](../../includes/ssde-md.md)]<br /><br /> [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Replication<br /><br /> Full-Text Features<br /><br /> Data Quality Services<br /><br /> [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] in Native mode<br /><br /> [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)]<br /><br /> Redistributable Features<br /><br /> Shared Features|
102102

docs/relational-databases/lesson-2-connecting-from-another-computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you plan to connect to the [!INCLUDE[ssDE](../includes/ssde-md.md)] from anot
4242
> [!NOTE]
4343
> Because [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] Configuration Manager is a snap-in for the [!INCLUDE[msCoName](../includes/msconame-md.md)] Management Console program and not a stand-alone program, [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] Configuration Manager does not appear as an application in newer versions of Windows. The file name contains a number representing the version number of the [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)]. To open Configuration Manager from the Run command, here are the paths to the last four versions when Windows is installed on the C drive.
4444
45-
|||
45+
|Version|Path|
4646
|-|-|
4747
|[!INCLUDE[ssSQL17](../includes/sssql17-md.md)]|C:\Windows\SysWOW64\SQLServerManager14.msc|
4848
|[!INCLUDE[ssSQL16](../includes/sssql16-md.md)]|C:\Windows\SysWOW64\SQLServerManager13.msc|

docs/relational-databases/replication/agents/replication-distribution-agent.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ distrib [-?]
127127
**-DistributorPassword** _distributor_password_
128128
Is the Distributor password.
129129

130-
**-DistributorSecurityMode** [ **0**| **1**]
130+
**-DistributorSecurityMode** [ **0**\| **1**]
131131
Specifies the security mode of the Distributor. A value of 0 indicates [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Authentication Mode, and a value of 1 indicates Windows Authentication Mode (default).
132132

133-
**-EncryptionLevel** [ **0** | **1** | **2** ]
133+
**-EncryptionLevel** [ **0** \| **1** \| **2** ]
134134
Is the level of Transport Layer Security (TLS), previously known as Secure Sockets Layer (SSL), encryption used by the Distribution Agent when making connections.
135135

136136
|EncryptionLevel value|Description|
@@ -165,7 +165,7 @@ distrib [-?]
165165
**-FtpUserName** _ftp_user_name_
166166
Is the user name used to connect to the FTP service. When not specified, **anonymous** is used.
167167

168-
**-HistoryVerboseLevel** [ **0** | **1** | **2** | **3** ]
168+
**-HistoryVerboseLevel** [ **0** \| **1** \| **2** \| **3** ]
169169
Specifies the amount of history logged during a distribution operation. You can minimize the performance effect of history logging by selecting **1**.
170170

171171
|HistoryVerboseLevel value|Description|
@@ -256,7 +256,7 @@ distrib [-?]
256256
|**1**|ODBC data source|
257257
|**3**|OLE DB data source|
258258

259-
**-SubscriptionStreams** [**0**|**1**|**2**|...**64**]
259+
**-SubscriptionStreams** [**0**\|**1**\|**2**\|...**64**]
260260
Is the number of connections allowed per Distribution Agent to apply batches of changes in parallel to a Subscriber, while maintaining many of the transactional characteristics present when using a single thread. For a [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Publisher, a range of values from 1 to 64 is supported. This parameter is only supported when the Publisher and Distributor are running on [!INCLUDE[ssVersion2005](../../../includes/ssversion2005-md.md)] or later versions. This parameter is not supported or must be 0 for non- [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Subscribers or peer-to-peer subscriptions.
261261

262262
> [!NOTE]

docs/relational-databases/replication/agents/replication-log-reader-agent.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ logread [-?]
8787
**-DistributorPassword** _distributor_password_
8888
Is the Distributor password.
8989

90-
**-DistributorSecurityMode** [ **0**| **1**]
90+
**-DistributorSecurityMode** [ **0**\| **1**]
9191
Specifies the security mode of the Distributor. A value of **0** indicates [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Authentication Mode (default), and a value of **1** indicates [!INCLUDE[msCoName](../../../includes/msconame-md.md)] Windows Authentication Mode.
9292

93-
**-EncryptionLevel** [ **0** | **1** | **2** ]
93+
**-EncryptionLevel** [ **0** \| **1** \| **2** ]
9494
Is the level of Transport Layer Security (TLS), previously known as Secure Sockets Layer (SSL), encryption that is used by the Log Reader Agent when making connections.
9595

9696
|EncryptionLevel value|Description|
@@ -107,7 +107,7 @@ logread [-?]
107107
**-ExtendedEventConfigFile** _configuration_path_and_file_name_
108108
Specifies the path and file name for the extended events XML configuration file. The extended events configuration file allows you to configure sessions and enable events for tracking.
109109

110-
**-HistoryVerboseLevel** [ **0**| **1**| **2**]
110+
**-HistoryVerboseLevel** [ **0**\| **1**\| **2**]
111111
Specifies the amount of history logged during a log reader operation. You can minimize the performance effect of history logging by selecting **1**.
112112

113113
|HistoryVerboseLevel value|Description|
@@ -136,13 +136,13 @@ logread [-?]
136136

137137
If there is no replicated transaction available at the source, the agent reports a no-transaction message to the Distributor. This option specifies how long the agent waits before reporting another no-transaction message. Agents always report a no-transaction message when they detect that there are no transactions available at the source after previously processing replicated transactions. The default is 60 seconds.
138138

139-
**-MultiSubnetFailover** [**0**|**1**]
139+
**-MultiSubnetFailover** [**0**\|**1**]
140140
Specifies whether the MultiSubnetFailover property is enabled or not. If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover to 1 (true) provides faster detection of and connection to the (currently) active server.
141141

142142
**-Output** _output_path_and_file_name_
143143
Is the path of the agent output file. If the file name is not provided, the output is sent to the console. If the specified file name exists, the output is appended to the file.
144144

145-
**-OutputVerboseLevel** [ **0**| **1**| **2** | **3** | **4** ]
145+
**-OutputVerboseLevel** [ **0**\| **1**\| **2** \| **3** \| **4** ]
146146
Specifies whether the output should be verbose.
147147

148148
|Value|Description|
@@ -167,7 +167,7 @@ logread [-?]
167167
**-PublisherFailoverPartner** _server_name_[**\\**_instance_name_]
168168
Specifies the failover partner instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] participating in a database mirroring session with the publication database. For more information, see [Database Mirroring and Replication &#40;SQL Server&#41;](../../../database-engine/database-mirroring/database-mirroring-and-replication-sql-server.md).
169169

170-
**-PublisherSecurityMode** [ **0**| **1**]
170+
**-PublisherSecurityMode** [ **0**\| **1**]
171171
Specifies the security mode of the Publisher. A value of **0** indicates [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Authentication (default), and a value of **1** indicates Windows Authentication Mode.
172172

173173
**-PublisherLogin** _publisher_login_

0 commit comments

Comments
 (0)