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
Copy file name to clipboardExpand all lines: docs/2014/database-engine/configure-windows/run-sql-server-with-or-without-a-network.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,6 @@ manager: craigg
45
45
46
46
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:
Copy file name to clipboardExpand all lines: docs/2014/relational-databases/backup-restore/restore-the-master-database-transact-sql.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ manager: craigg
37
37
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`.
38
38
39
39
> [!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.
Copy file name to clipboardExpand all lines: docs/2014/relational-databases/data-tier-applications/register-a-database-as-a-dac.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ manager: craigg
95
95
**Cancel** - Terminates the wizard without registering the DAC.
96
96
97
97
### 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.
99
99
100
100
**\< Previous** - Returns you to the **Set Properties** page to change your entries.
Copy file name to clipboardExpand all lines: docs/2014/relational-databases/indexes/set-index-options.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ manager: craigg
90
90
91
91
7. Change the settings of any and all properties to customize the index.
92
92
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)
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.
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.
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.
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.
94
94
95
-
**-SubscriberDB***subscriber_database*
95
+
**-SubscriberDB**_subscriber_database_
96
96
Is the name of the Subscriber database.
97
97
98
-
**-AltSnapshotFolder***alt_snapshot_folder_path*
98
+
**-AltSnapshotFolder**_alt_snapshot_folder_path_
99
99
Is the path to the folder that contains the initial snapshot for a subscription.
100
100
101
-
**-BcpBatchSize***bcp_batch_size*
101
+
**-BcpBatchSize**_bcp_batch_size_
102
102
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.
103
103
104
-
**-CommitBatchSize***commit_batch_size*
104
+
**-CommitBatchSize**_commit_batch_size_
105
105
Is the number of transactions to be issued to the Subscriber before a COMMIT statement is issued. The default is 100.
106
106
107
-
**-CommitBatchThreshold***commit_batch_threshold*
107
+
**-CommitBatchThreshold**_commit_batch_threshold_
108
108
Is the number of replication commands to be issued to the Subscriber before a COMMIT statement is issued. The default is 1000.
109
109
110
110
**-Continuous**
111
111
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.
112
112
113
-
**-DefinitionFile***def_path_and_file_name*
113
+
**-DefinitionFile**_def_path_and_file_name_
114
114
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.
115
115
116
-
**-Distributor***distributor*
116
+
**-Distributor**_distributor_
117
117
Is the Distributor name. For Distributor (push) distribution, the name defaults to the name of the local Distributor.
118
118
119
-
**-DistributorLogin***distributor_login*
119
+
**-DistributorLogin**_distributor_login_
120
120
Is the Distributor login name.
121
121
122
-
**-DistributorPassword***distributor_password*
122
+
**-DistributorPassword**_distributor_password_
123
123
Is the Distributor password.
124
124
125
125
**-DistributorSecurityMode**[**0**| **1**]
@@ -139,25 +139,25 @@ manager: craigg
139
139
140
140
For more information, see [Security Overview (Replication)](../security/security-overview-replication.md).
141
141
142
-
**-ErrorFile***error_path_and_file_name*
142
+
**-ErrorFile**_error_path_and_file_name_
143
143
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.
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.
147
147
148
148
**-FileTransferType**[**0**| **1**]
149
149
Specifies the file transfer type. A value of **0** indicates UNC (universal naming convention), and a value of **1** indicates FTP (file transfer protocol).
150
150
151
-
**-FtpAddress***ftp_address*
151
+
**-FtpAddress**_ftp_address_
152
152
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.
153
153
154
-
**-FtpPassword***ftp_password*
154
+
**-FtpPassword**_ftp_password_
155
155
Is the user password used to connect to the FTP service.
156
156
157
-
**-FtpPort***ftp_port*
157
+
**-FtpPort**_ftp_port_
158
158
Is the port number of the FTP service for the Distributor. When not specified, the default port number for FTP service (21) is used.
159
159
160
-
**-FtpUserName***ftp_user_name*
160
+
**-FtpUserName**_ftp_user_name_
161
161
Is the user name used to connect to the FTP service. When not specified, **anonymous** is used.
|**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.|
171
171
|**3**|Always insert new records, unless it is for idle messages.|
172
172
173
-
**-Hostname***host_name*
173
+
**-Hostname**_host_name_
174
174
Is the host name used when connecting to the Publisher. This parameter can be a maximum of 128 Unicode characters.
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.
178
178
179
-
**-LoginTimeOut***login_time_out_seconds*
179
+
**-LoginTimeOut**_login_time_out_seconds_
180
180
Is the number of seconds before the login times out. The default is **15** seconds.
181
181
182
-
**-MaxBcpThreads***number_of_threads*
182
+
**-MaxBcpThreads**_number_of_threads_
183
183
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**.
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.
187
187
188
188
> [!NOTE]
189
189
> 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.
190
190
191
-
**-MessageInterval***message_interval*
191
+
**-MessageInterval**_message_interval_
192
192
Is the time interval used for history logging. A history event is logged when one of these parameters is reached:
193
193
194
194
- The **TransactionsPerHistory** value is reached after the last history event is logged.
@@ -197,43 +197,43 @@ manager: craigg
197
197
198
198
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.
199
199
200
-
**-OledbStreamThreshold***oledb_stream_threshold*
200
+
**-OledbStreamThreshold**_oledb_stream_threshold_
201
201
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.
202
202
203
-
**-Output***output_path_and_file_name*
203
+
**-Output**_output_path_and_file_name_
204
204
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.
205
205
206
206
**-OutputVerboseLevel**[**0**| **1**| **2**]
207
207
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.
208
208
209
-
**-PacketSize***packet_size*
209
+
**-PacketSize**_packet_size_
210
210
Is the packet size, in bytes. The default is 4096 (bytes).
211
211
212
-
**-PollingInterval***polling_interval*
212
+
**-PollingInterval**_polling_interval_
213
213
Is how often, in seconds, the distribution database is queried for replicated transactions. The default is 5 seconds.
214
214
215
-
**-ProfileName***profile_name*
215
+
**-ProfileName**_profile_name_
216
216
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).
217
217
218
-
**-Publication***publication*
218
+
**-Publication**_publication_
219
219
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.
220
220
221
-
**-QueryTimeOut***query_time_out_seconds*
221
+
**-QueryTimeOut**_query_time_out_seconds_
222
222
Is the number of seconds before the query times out. The default is 1800 seconds.
223
223
224
-
**-QuotedIdentifier***quoted_identifier*
224
+
**-QuotedIdentifier**_quoted_identifier_
225
225
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.
226
226
227
-
**-SkipErrors***native_error_id*[**:***...n*]
227
+
**-SkipErrors**_native_error_id_[**:**_...n_]
228
228
Is a colon-separated list that specifies the error numbers to be skipped by this agent.
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)).
232
232
233
-
**-SubscriberLogin***subscriber_login*
233
+
**-SubscriberLogin**_subscriber_login_
234
234
Is the Subscriber login name. If **SubscriberSecurityMode** is **0** (for [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Authentication), this parameter must be specified.
235
235
236
-
**-SubscriberPassword***subscriber_password*
236
+
**-SubscriberPassword**_subscriber_password_
237
237
Is the Subscriber password. If **SubscriberSecurityMode** is **0** (for [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Authentication), this parameter must be specified.
238
238
239
239
**-SubscriberSecurityMode**[**0**| **1**]
@@ -260,7 +260,7 @@ manager: craigg
260
260
> [!NOTE]
261
261
> 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.
262
262
263
-
**-SubscriptionTableName***subscription_table*
263
+
**-SubscriptionTableName**_subscription_table_
264
264
Is the name of the subscription table generated or used at the given Subscriber. When not specified, the [MSreplication_subscriptions (Transact-SQL)](/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.
0 commit comments