Skip to content

Commit b3d6566

Browse files
committed
manual fix multiple asterisks
1 parent 19f2faa commit b3d6566

23 files changed

Lines changed: 159 additions & 159 deletions

docs/2014/database-engine/configure-windows/register-a-service-principal-name-for-kerberos-connections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ SELECT auth_scheme FROM sys.dm_exec_connections WHERE session_id = @@spid ;
6565

6666
**Named instance**
6767

68-
- *MSSQLSvc/FQDN*:[*port**_|_**instancename*], where:
68+
- *MSSQLSvc/FQDN*:[_port_**|**_instancename_], where:
6969

7070
- *MSSQLSvc* is the service that is being registered.
7171

@@ -77,7 +77,7 @@ SELECT auth_scheme FROM sys.dm_exec_connections WHERE session_id = @@spid ;
7777

7878
**Default instance**
7979

80-
- *MSSQLSvc/FQDN*:*port**_|_**MSSQLSvc/FQDN*, where:
80+
- *MSSQLSvc/FQDN*:_port_**|**_MSSQLSvc/FQDN_, where:
8181

8282
- *MSSQLSvc* is the service that is being registered.
8383

docs/2014/database-engine/configure-windows/run-sql-server-with-or-without-a-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ manager: craigg
4545

4646
When you connect to an instance of a local [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] without specifying a server name, you are using a local pipe. When you connect to an instance of a local [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] and specify a server name explicitly, you are using either a network pipe or another network interprocess communication (IPC) mechanism, such as Internetwork Packet Exchange/Sequenced Packet Exchange (IPX/SPX) (assuming you have configured [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] to use multiple networks). Because a stand-alone [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] does not support network pipes, you must omit the unnecessary **/**_<Server_name>_ argument when connecting to the instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] from a client. For example, to connect to a stand-alone instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] from **osql**, type:
4747

48-
**osql /Usa /P** *\<saPassword>*
48+
**osql /Usa /P** _\<saPassword>_
4949

5050

docs/2014/relational-databases/backup-restore/restore-the-master-database-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ manager: craigg
3737
The following example restores the `master` database on the default server instance. The example assumes that the server instance is already running in single-user mode. The example starts `sqlcmd` and executes a `RESTORE DATABASE` statement that restores a full database backup of `master` from a disk device: `Z:\SQLServerBackups\master.bak`.
3838

3939
> [!NOTE]
40-
> For a named instance, the **sqlcmd** command must specify the **-S***\<ComputerName>*\\*\<InstanceName>* option.
40+
> For a named instance, the **sqlcmd** command must specify the **-S**_\<ComputerName>_\\*\<InstanceName>* option.
4141
4242
```
4343

docs/2014/relational-databases/data-tier-applications/register-a-database-as-a-dac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ manager: craigg
9595
**Cancel** - Terminates the wizard without registering the DAC.
9696

9797
### Validating Objects
98-
**Checking** *SchemaName* **.** *ObjectName* **.** - Displays a progress bar as the wizard verifies the dependencies of the retrieved objects, and verifies that they are all valid objects for a DAC. *SchemaName***.***ObjectName* identify which object is currently being verified.
98+
**Checking** _SchemaName_ **.** _ObjectName_ **.** - Displays a progress bar as the wizard verifies the dependencies of the retrieved objects, and verifies that they are all valid objects for a DAC. _SchemaName_**.**_ObjectName_ identify which object is currently being verified.
9999

100100
**\< Previous** - Returns you to the **Set Properties** page to change your entries.
101101

docs/2014/relational-databases/indexes/set-index-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ manager: craigg
9090

9191
7. Change the settings of any and all properties to customize the index.
9292

93-
8. To add, remove, or change the position of an index column, select the **General** page from the **Index Properties -** *index_name* dialog box. For more information, see [Index Properties F1 Help](index-properties-f1-help.md)
93+
8. To add, remove, or change the position of an index column, select the **General** page from the **Index Properties -** _index_name_ dialog box. For more information, see [Index Properties F1 Help](index-properties-f1-help.md)
9494

9595
## <a name="TsqlProcedure"></a> Using Transact-SQL
9696

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

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -83,43 +83,43 @@ manager: craigg
8383
**-?**
8484
Prints all available parameters.
8585

86-
**-Publisher** *server_name*[**\\**_i_*nstance_name*]
87-
Is the name of the Publisher. Specify *server_name* for the default instance of [!INCLUDE[msCoName](../../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] on that server. Specify *server_name**_\\_**instance_name* for a named instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] on that server.
86+
**-Publisher** _server_name_[**\\**_instance_name_]
87+
Is the name of the Publisher. Specify *server_name* for the default instance of [!INCLUDE[msCoName](../../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] on that server. Specify _server_name_**\\**_instance_name_ for a named instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] on that server.
8888

89-
**-PublisherDB** *publisher_database*
89+
**-PublisherDB** _publisher_database_
9090
Is the name of the Publisher database.
9191

92-
**-Subscriber** *server_name*[**\\**_instance_name_]
93-
Is the name of the Subscriber. Specify *server_name* for the default instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] on that server. Specify *server_name**_\\_**instance_name* for a named instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] on that server.
92+
**-Subscriber** _server_name_[**\\**_instance_name_]
93+
Is the name of the Subscriber. Specify *server_name* for the default instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] on that server. Specify _server_name_**\\**_instance_name_ for a named instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] on that server.
9494

95-
**-SubscriberDB** *subscriber_database*
95+
**-SubscriberDB** _subscriber_database_
9696
Is the name of the Subscriber database.
9797

98-
**-AltSnapshotFolder** *alt_snapshot_folder_path*
98+
**-AltSnapshotFolder** _alt_snapshot_folder_path_
9999
Is the path to the folder that contains the initial snapshot for a subscription.
100100

101-
**-BcpBatchSize** *bcp_batch_size*
101+
**-BcpBatchSize** _bcp_batch_size_
102102
Is the number of rows to send in a bulk copy operation. When performing a **bcp in** operation, the batch size is the number of rows to send to the server as one transaction, and also the number of rows that must be sent before the Distribution Agent logs a **bcp** progress message. When performing a **bcp out** operation, a fixed batch size of **1000** is used.
103103

104-
**-CommitBatchSize** *commit_batch_size*
104+
**-CommitBatchSize** _commit_batch_size_
105105
Is the number of transactions to be issued to the Subscriber before a COMMIT statement is issued. The default is 100.
106106

107-
**-CommitBatchThreshold** *commit_batch_threshold*
107+
**-CommitBatchThreshold** _commit_batch_threshold_
108108
Is the number of replication commands to be issued to the Subscriber before a COMMIT statement is issued. The default is 1000.
109109

110110
**-Continuous**
111111
Specifies whether the agent attempts to poll replicated transactions continually. If specified, the agent polls replicated transactions from the source at polling intervals, even if there are no transactions pending.
112112

113-
**-DefinitionFile** *def_path_and_file_name*
113+
**-DefinitionFile** _def_path_and_file_name_
114114
Is the path of the agent definition file. An agent definition file contains command prompt arguments for the agent. The content of the file is parsed as an executable file. Use double quotation marks (") to specify argument values containing arbitrary characters.
115115

116-
**-Distributor** *distributor*
116+
**-Distributor** _distributor_
117117
Is the Distributor name. For Distributor (push) distribution, the name defaults to the name of the local Distributor.
118118

119-
**-DistributorLogin** *distributor_login*
119+
**-DistributorLogin** _distributor_login_
120120
Is the Distributor login name.
121121

122-
**-DistributorPassword** *distributor_password*
122+
**-DistributorPassword** _distributor_password_
123123
Is the Distributor password.
124124

125125
**-DistributorSecurityMode** [ **0**| **1**]
@@ -139,25 +139,25 @@ manager: craigg
139139
140140
For more information, see [Security Overview &#40;Replication&#41;](../security/security-overview-replication.md).
141141

142-
**-ErrorFile** *error_path_and_file_name*
142+
**-ErrorFile** _error_path_and_file_name_
143143
Is the path and file name of the error file generated by the Distribution Agent. This file is generated at any point where failure occurred while applying replication transactions at the Subscriber; errors that occur at the Publisher or Distributor are not logged in this file. This file contains the failed replication transactions and associated error messages. When not specified, the error file is generated in the current directory of the Distribution Agent. The error file name is the name of the Distribution Agent with an .err extension. If the specified file name exists, error messages are appended to the file. This parameter can be a maximum of 256 Unicode characters.
144144

145-
**-ExtendedEventConfigFile** *configuration_path_and_file_name*
145+
**-ExtendedEventConfigFile** _configuration_path_and_file_name_
146146
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.
147147

148148
**-FileTransferType** [ **0**| **1**]
149149
Specifies the file transfer type. A value of **0** indicates UNC (universal naming convention), and a value of **1** indicates FTP (file transfer protocol).
150150

151-
**-FtpAddress** *ftp_address*
151+
**-FtpAddress** _ftp_address_
152152
Is the network address of the FTP service for the Distributor. When not specified, **DistributorAddress** is used. If **DistributorAddress** is not specified, **Distributor** is used.
153153

154-
**-FtpPassword** *ftp_password*
154+
**-FtpPassword** _ftp_password_
155155
Is the user password used to connect to the FTP service.
156156

157-
**-FtpPort** *ftp_port*
157+
**-FtpPort** _ftp_port_
158158
Is the port number of the FTP service for the Distributor. When not specified, the default port number for FTP service (21) is used.
159159

160-
**-FtpUserName** *ftp_user_name*
160+
**-FtpUserName** _ftp_user_name_
161161
Is the user name used to connect to the FTP service. When not specified, **anonymous** is used.
162162

163163
**-HistoryVerboseLevel** [ **0** | **1** | **2** | **3** ]
@@ -170,25 +170,25 @@ manager: craigg
170170
|**2**|Insert new history records unless the record is for such things as idle messages or long-running job messages, in which case update the previous records.|
171171
|**3**|Always insert new records, unless it is for idle messages.|
172172

173-
**-Hostname** *host_name*
173+
**-Hostname** _host_name_
174174
Is the host name used when connecting to the Publisher. This parameter can be a maximum of 128 Unicode characters.
175175

176-
**-KeepAliveMessageInterval** *keep_alive_message_interval_seconds*
176+
**-KeepAliveMessageInterval** _keep_alive_message_interval_seconds_
177177
Is the number of seconds before the history thread checks if any of the existing connections is waiting for a response from the server. This value can be decreased to avoid having the checkup agent mark the Distribution Agent as suspect when executing a long-running batch. The default is **300** seconds.
178178

179-
**-LoginTimeOut** *login_time_out_seconds*
179+
**-LoginTimeOut** _login_time_out_seconds_
180180
Is the number of seconds before the login times out. The default is **15** seconds.
181181

182-
**-MaxBcpThreads** *number_of_threads*
182+
**-MaxBcpThreads** _number_of_threads_
183183
Specifies the number of bulk copy operations that can be performed in parallel. The maximum number of threads and ODBC connections that exist simultaneously is the lesser of **MaxBcpThreads** or the number of bulk copy requests that appear in the synchronization transaction in the distribution database. **MaxBcpThreads** must have a value greater than **0** and has no hard-coded upper limit. The default is **2** times the number of processors, up to a maximum value of **8**. When applying a snapshot that was generated at the Publisher using the concurrent snapshot option, one thread is used, regardless of the number you specify for **MaxBcpThreads**.
184184

185-
**-MaxDeliveredTransactions** *number_of_transactions*
185+
**-MaxDeliveredTransactions** _number_of_transactions_
186186
Is the maximum number of push or pull transactions applied to Subscribers in one synchronization. A value of **0** indicates that the maximum is an infinite number of transactions. Other values can be used by Subscribers to shorten the duration of a synchronization being pulled from a Publisher.
187187

188188
> [!NOTE]
189189
> If -MaxDeliveredTransactions and -Continuous are both specified, the Distribution Agent delivers the specified number of transactions and then stops (even though -Continuous is specified). You must restart the Distribution Agent after the job completes.
190190
191-
**-MessageInterval** *message_interval*
191+
**-MessageInterval** _message_interval_
192192
Is the time interval used for history logging. A history event is logged when one of these parameters is reached:
193193

194194
- The **TransactionsPerHistory** value is reached after the last history event is logged.
@@ -197,43 +197,43 @@ manager: craigg
197197

198198
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.
199199

200-
**-OledbStreamThreshold** *oledb_stream_threshold*
200+
**-OledbStreamThreshold** _oledb_stream_threshold_
201201
Specifies the minimum size, in bytes, for binary large object data above which the data will be bound as a stream. You must specify **-UseOledbStreaming** to use this parameter. Values can range from 400 to 1048576 bytes, with a default of 16384 bytes.
202202

203-
**-Output** *output_path_and_file_name*
203+
**-Output** _output_path_and_file_name_
204204
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.
205205

206206
**-OutputVerboseLevel** [ **0**| **1**| **2**]
207207
Specifies whether the output should be verbose. If the verbose level is **0**, only error messages are printed. If the verbose level is **1**, all the progress report messages are printed. If the verbose level is **2** (default), all error messages and progress report messages are printed, which is useful for debugging.
208208

209-
**-PacketSize** *packet_size*
209+
**-PacketSize** _packet_size_
210210
Is the packet size, in bytes. The default is 4096 (bytes).
211211

212-
**-PollingInterval** *polling_interval*
212+
**-PollingInterval** _polling_interval_
213213
Is how often, in seconds, the distribution database is queried for replicated transactions. The default is 5 seconds.
214214

215-
**-ProfileName** *profile_name*
215+
**-ProfileName** _profile_name_
216216
Specifies an agent profile to use for agent parameters. If **ProfileName** is NULL, the agent profile is disabled. If **ProfileName** is not specified, the default profile for the agent type is used. For information, see [Replication Agent Profiles](replication-agent-profiles.md).
217217

218-
**-Publication** *publication*
218+
**-Publication** _publication_
219219
Is the name of the publication. This parameter is only valid if the publication is set to always have a snapshot available for new or reinitialized subscriptions.
220220

221-
**-QueryTimeOut** *query_time_out_seconds*
221+
**-QueryTimeOut** _query_time_out_seconds_
222222
Is the number of seconds before the query times out. The default is 1800 seconds.
223223

224-
**-QuotedIdentifier** *quoted_identifier*
224+
**-QuotedIdentifier** _quoted_identifier_
225225
Specifies the quoted identifier character to use. The first character of the value indicates the value the Distribution Agent uses. If **QuotedIdentifier** is used with no value, the Distribution Agent uses a space. If **QuotedIdentifier** is not used, the Distribution Agent uses whatever quoted identifier the Subscriber supports.
226226

227-
**-SkipErrors** *native_error_id* [**:***...n*]
227+
**-SkipErrors** _native_error_id_ [**:**_...n_]
228228
Is a colon-separated list that specifies the error numbers to be skipped by this agent.
229229

230-
**-SubscriberDatabasePath** *subscriber_database_path*
230+
**-SubscriberDatabasePath** _subscriber_database_path_
231231
Is the path to the Jet database (.mdb file) if **SubscriberType** is **2** (allows a connection to a Jet database without an ODBC Data Source Name (DSN)).
232232

233-
**-SubscriberLogin** *subscriber_login*
233+
**-SubscriberLogin** _subscriber_login_
234234
Is the Subscriber login name. If **SubscriberSecurityMode** is **0** (for [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Authentication), this parameter must be specified.
235235

236-
**-SubscriberPassword** *subscriber_password*
236+
**-SubscriberPassword** _subscriber_password_
237237
Is the Subscriber password. If **SubscriberSecurityMode** is **0** (for [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Authentication), this parameter must be specified.
238238

239239
**-SubscriberSecurityMode** [ **0**| **1**]
@@ -260,7 +260,7 @@ manager: craigg
260260
> [!NOTE]
261261
> Subscriptionstreams do not work for articles configured to deliver [!INCLUDE[tsql](../../../includes/tsql-md.md)]. To use subscriptionstreams, configure articles to deliver stored procedure calls instead.
262262
263-
**-SubscriptionTableName** *subscription_table*
263+
**-SubscriptionTableName** _subscription_table_
264264
Is the name of the subscription table generated or used at the given Subscriber. When not specified, the [MSreplication_subscriptions &#40;Transact-SQL&#41;](/sql/relational-databases/system-tables/msreplication-subscriptions-transact-sql) table is used. Use this option for database management systems (DBMS) that do not support long file names.
265265

266266
**-SubscriptionType** [ **0**| **1**| **2**]

0 commit comments

Comments
 (0)