Skip to content

Commit 17693a2

Browse files
committed
[Bulk] INCLUDES file maintenance: clickOK
1 parent 48da8b8 commit 17693a2

10 files changed

Lines changed: 25 additions & 25 deletions

docs/relational-databases/replication/create-a-snapshot-for-a-merge-publication-with-parameterized-filters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ When parameterized row filters are used in merge publications, replication initi
7777

7878
1. On the **Data Partitions** page of the **Publication Properties - \<Publication>** dialog box, select **Automatically define a partition and generate a snapshot if needed when a new Subscriber tries to synchronize**.
7979

80-
2. [!INCLUDE[clickOK](../../includes/clickok-md.md)]
80+
2. Select **OK**.
8181

8282
#### To generate and refresh snapshots
8383

@@ -95,7 +95,7 @@ When parameterized row filters are used in merge publications, replication initi
9595

9696
5. Select the partition in the property grid, and then click **Generate the selected snapshots now**.
9797

98-
6. [!INCLUDE[clickOK](../../includes/clickok-md.md)]
98+
6. Select **OK**.
9999

100100
## <a name="TsqlProcedure"></a> Using Transact-SQL
101101
Using stored procedures and the Snapshot Agent, you can perform the following:

docs/relational-databases/replication/create-a-subscription-for-a-non-sql-server-subscriber.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ms.author: "mathoma"
6464
> [!NOTE]
6565
> Selecting **True** sets the value of the **pre_creation_cmd** article property to 'drop'. This setting specifies that replication should drop a table at the Subscriber if it matches the name of the table in the article. If you have existing tables at the Subscriber that you want to keep, use the [sp_changearticle](../../relational-databases/system-stored-procedures/sp-changearticle-transact-sql.md) stored procedure for each article; specify a value 'none' for **pre_creation_cmd**: `sp_changearticle @publication= 'MyPublication', @article= 'MyArticle', @property='pre_creation_cmd', @value='none'`.
6666
67-
5. [!INCLUDE[clickOK](../../includes/clickok-md.md)] You will be prompted to create a new snapshot for the publication. If you do not want to create one at this time, use the steps described in the next "how to" procedure at a later time.
67+
5. Select **OK**. You will be prompted to create a new snapshot for the publication. If you do not want to create one at this time, use the steps described in the next "how to" procedure at a later time.
6868

6969
#### To create a subscription for a non-SQL Server Subscriber
7070

@@ -86,7 +86,7 @@ ms.author: "mathoma"
8686

8787
The data source name entered in this step and the credentials specified in step 9 are not validated by this wizard. They are not used by replication until the Distribution Agent runs for the subscription. Ensure that all values have been tested by connecting to the Subscriber using a client tool (such as **sqlplus** for Oracle). For more information, see [Oracle Subscribers](../../relational-databases/replication/non-sql/oracle-subscribers.md) and [IBM DB2 Subscribers](../../relational-databases/replication/non-sql/ibm-db2-subscribers.md).
8888

89-
7. [!INCLUDE[clickOK](../../includes/clickok-md.md)] On the **Subscribers** page of the wizard, the Subscriber is now displayed in the **Subscriber** column with a read-only **(default destination)** in the **Subscription Database** column:
89+
7. Select **OK**. On the **Subscribers** page of the wizard, the Subscriber is now displayed in the **Subscriber** column with a read-only **(default destination)** in the **Subscription Database** column:
9090

9191
- For Oracle, a server has at most one database, so it is not necessary to specify the database.
9292

docs/relational-databases/replication/create-and-apply-the-initial-snapshot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To view or modify the default snapshot folder location, see
5656
> [!NOTE]
5757
> The Snapshot Agent must have write permissions for the directory you specify, and the Distribution Agent or Merge Agent must have read permissions. If pull subscriptions are used, you must specify a shared directory as a universal naming convention (UNC) path, such as \\\computername\snapshot. For more information, see [Secure the Snapshot Folder](../../relational-databases/replication/security/secure-the-snapshot-folder.md).
5858
59-
3. [!INCLUDE[clickOK](../../includes/clickok-md.md)]
59+
3. Select **OK**.
6060

6161
## Create snapshot
6262
By default, if SQL Server Agent is running, a snapshot is generated by the Snapshot Agent immediately after a publication is created with the New Publication Wizard. By default, it is then applied by the Distribution Agent (for snapshot and transactional replication) or Merge Agent (for merge subscriptions) for all subscriptions. A snapshot can also be generated using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] and Replication Monitor. For information about starting Replication Monitor, see [Start the Replication Monitor](../../relational-databases/replication/monitor/start-the-replication-monitor.md).

docs/relational-databases/replication/enable-a-database-for-replication-sql-server-management-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A database is implicitly enabled for replication when a member of the **sysadmin
2424

2525
1. On the **Publication Databases** page of the **Publisher Properties - \<Publisher>** dialog box, select the **Transactional** and/or **Merge** check box for each database you want to replicate. Select **Transactional** to enable the database for snapshot replication.
2626

27-
2. [!INCLUDE[clickOK](../../includes/clickok-md.md)]
27+
2. Select **OK**.
2828

2929

3030
## Using Transact-SQL (T-SQL)

docs/relational-databases/replication/publish/replicate-schema-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016"
5757

5858
1. On the **Subscription Options** page of the **Publication Properties - \<Publication>** dialog box, set the value of the **Replicate schema changes** property to **False**.
5959

60-
2. [!INCLUDE[clickOK](../../../includes/clickok-md.md)]
60+
2. Select **OK**.
6161

6262
To propagate only specific schema changes, set the property to **True** before a schema change, and then set it to **False** after the change is made. Conversely, to propagate most schema changes, but not a given change, set the property to **False** before the schema change, and then set it to **True** after the change is made.
6363

docs/relational-databases/replication/publish/set-the-propagation-method-for-data-changes-to-transactional-articles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016"
4040

4141
3. On the **Properties** tab of the **Article Properties - \<Article>** dialog box, in the **Statement Delivery** section, specify the propagation method for each operation using the **INSERT delivery format**, **UPDATE delivery format**, and **DELETE delivery format** menus.
4242

43-
4. [!INCLUDE[clickOK](../../../includes/clickok-md.md)]
43+
4. Select **OK**.
4444

4545
5. If you are in the **Publication Properties - \<Publication>** dialog box, select **OK** to save and close the dialog box.
4646

@@ -52,7 +52,7 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016"
5252

5353
On the **Properties** tab of the **Article Properties - \<Article>** dialog box, in the **Statement Delivery** section, select the CALL syntax from the appropriate delivery format menu (**INSERT delivery format**, **UPDATE delivery format**, or **DELETE delivery format**), and then type the name of the procedure to use in **INSERT stored procedure**, **DELETE stored procedure**, or **UPDATE stored procedure**. For more information about CALL syntax, see the section "Call syntax for stored procedures" in [Specify How Changes Are Propagated for Transactional Articles](../../../relational-databases/replication/transactional/transactional-articles-specify-how-changes-are-propagated.md).
5454

55-
3. [!INCLUDE[clickOK](../../../includes/clickok-md.md)]
55+
3. Select **OK**.
5656

5757
4. If you are in the **Publication Properties - \<Publication>** dialog box, select **OK** to save and close the dialog box.
5858

docs/relational-databases/replication/publish/specify-a-merge-article-resolver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ms.author: "mathoma"
5454

5555
5. If the resolver requires input (such as a column name), specify it in the **Enter information needed by the resolver** text box.
5656

57-
6. [!INCLUDE[clickOK](../../../includes/clickok-md.md)]
57+
6. Select **OK**.
5858

5959
7. Repeat this process for each article that requires a resolver.
6060

docs/relational-databases/replication/publish/specify-data-type-mappings-for-an-oracle-publisher.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ms.author: "mathoma"
4343

4444
- For some types, there is more than one type that you can select. [!INCLUDE[msCoName](../../../includes/msconame-md.md)] recommends that you use the default mapping unless your application requires a different mapping. For more information, see [Data Type Mapping for Oracle Publishers](../../../relational-databases/replication/non-sql/data-type-mapping-for-oracle-publishers.md).
4545

46-
4. [!INCLUDE[clickOK](../../../includes/clickok-md.md)]
46+
4. Select **OK**.
4747

4848
## <a name="TsqlProcedure"></a> Using Transact-SQL
4949
You can specify custom data type mappings programmatically using replication stored procedures. You can also set the default mappings that are used when mapping data types between [!INCLUDE[msCoName](../../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] and a non- [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] database management system (DBMS). For more information, see [Data Type Mapping for Oracle Publishers](../../../relational-databases/replication/non-sql/data-type-mapping-for-oracle-publishers.md).

docs/relational-databases/replication/security/manage-logins-in-the-publication-access-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016"
5151
> [!NOTE]
5252
> If a remote Distributor is used, accounts in the PAL must be available at both the Publisher and the Distributor. The account must be either a domain account or a local account that is defined at both servers. The passwords that are associated with both logins must be the same.
5353
54-
2. [!INCLUDE[clickOK](../../../includes/clickok-md.md)]
54+
2. Select **OK**.
5555

5656
## <a name="TsqlProcedure"></a> Using Transact-SQL
5757

docs/relational-databases/replication/security/view-and-modify-replication-security-settings.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016"
8080

8181
4. In the **Update Replication Passwords** dialog box, specify the account and the new password.
8282

83-
5. [!INCLUDE[clickOK](../../../includes/clickok-md.md)]
83+
5. Select **OK**.
8484

8585
#### To change security settings for the Snapshot Agent
8686

@@ -101,7 +101,7 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016"
101101
> [!NOTE]
102102
> If the Publisher is an Oracle Publisher, the connection context is specified in the **Distributor Properties - \<Distributor>** dialog box. See below for the procedure to change the context.
103103
104-
4. [!INCLUDE[clickOK](../../../includes/clickok-md.md)]
104+
4. Select **OK**.
105105

106106
#### To change security settings for the Log Reader Agent
107107

@@ -122,7 +122,7 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016"
122122
> [!NOTE]
123123
> If the Publisher is an Oracle Publisher, the connection context is specified in the **Distributor Properties - \<Distributor>** dialog box. Change the context using the next procedure.
124124
125-
4. [!INCLUDE[clickOK](../../../includes/clickok-md.md)]
125+
4. Select **OK**.
126126

127127
> [!NOTE]
128128
> There is one Log Reader Agent for each published database. Changing the security settings for the agent on one publication affects the settings for all publications in the publication database.
@@ -133,7 +133,7 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016"
133133

134134
2. In the **Agent Connection to the Publisher** section, specify the login and password used by the replication administrative user schema you configured. For more information, see [Configure an Oracle Publisher](../../../relational-databases/replication/non-sql/configure-an-oracle-publisher.md).
135135

136-
3. [!INCLUDE[clickOK](../../../includes/clickok-md.md)]
136+
3. Select **OK**.
137137

138138
#### To change security settings for the Distribution Agent for a push subscription
139139

@@ -145,7 +145,7 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016"
145145

146146
If you use queued updating subscriptions, the Queue Reader Agent also uses the context specified here for connections to the Subscriber.
147147

148-
2. [!INCLUDE[clickOK](../../../includes/clickok-md.md)]
148+
2. Select **OK**.
149149

150150
#### To change security settings for the Distribution Agent for a pull subscription
151151

@@ -157,7 +157,7 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016"
157157

158158
- To change the context under which the Distribution Agent connects to the Distributor, click the **Distributor Connection** row, and then click the properties (**...**) button in the row. Specify the context in the **Enter Connection Information** dialog box.
159159

160-
2. [!INCLUDE[clickOK](../../../includes/clickok-md.md)]
160+
2. Select **OK**.
161161

162162
#### To change security settings for the Merge Agent for a push subscription
163163

@@ -167,7 +167,7 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016"
167167

168168
- To change the context under which the Merge Agent connects to the Subscriber, click the **Subscriber Connection** row, and then click the properties (**...**) button in the row. Specify the context in the **Enter Connection Information** dialog box.
169169

170-
2. [!INCLUDE[clickOK](../../../includes/clickok-md.md)]
170+
2. Select **OK**.
171171

172172
#### To change security settings for the Merge Agent for a pull subscription
173173

@@ -177,7 +177,7 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016"
177177

178178
- To change the context under which the Merge Agent connects to the Publisher and Distributor, click the **Publisher Connection** row, and then click the properties (**...**) button in the row. Specify the context in the **Enter Connection Information** dialog box.
179179

180-
2. [!INCLUDE[clickOK](../../../includes/clickok-md.md)]
180+
2. Select **OK**.
181181

182182
#### To change the account under which the Queue Reader Agent runs
183183

@@ -191,7 +191,7 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016"
191191

192192
- Enter a new strong password in the **Password** and **Confirm Password** text boxes.
193193

194-
4. [!INCLUDE[clickOK](../../../includes/clickok-md.md)]
194+
4. Select **OK**.
195195

196196
> [!NOTE]
197197
> There is one Queue Reader Agent for each distribution database. Changing the security settings for the agent affects the settings for all publications at all Publishers that use this distribution database.
@@ -202,7 +202,7 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016"
202202

203203
2. In the **Agent Connection to the Publisher** section, specify a value of **Impersonate the agent process account** or **SQL Server Authentication** for the **Agent Connection Mode** option. If you specify **SQL Server Authentication**, also enter values for **Login** and **Password**.
204204

205-
3. [!INCLUDE[clickOK](../../../includes/clickok-md.md)]
205+
3. Select **OK**.
206206

207207
> [!NOTE]
208208
> There is one Queue Reader Agent for each distribution database. Changing the security settings for the agent affects the settings for all publications at all Publishers that use this distribution database.
@@ -221,7 +221,7 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016"
221221

222222
- **Use SQL Server Authentication with the following login and password**. Select this option if you have not defined a remote server or linked server between the Subscriber and the Publisher. Replication will create a linked server for you. The account you specify must already exist at the Publisher.
223223

224-
3. [!INCLUDE[clickOK](../../../includes/clickok-md.md)]
224+
3. Select **OK**.
225225

226226
> [!NOTE]
227227
> This procedure changes the method that replication triggers use to connect from the Subscriber to the Publisher when changes are made at the Subscriber. You can also change settings associated with the Distribution Agent for an immediate updating subscription. For more information, see the procedures earlier in this topic.
@@ -232,11 +232,11 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016"
232232

233233
1. On the **Publishers** page of the **Distributor Properties - \<Distributor>** dialog box, enter a strong password in the **Password** and **Confirm Password** text boxes.
234234

235-
2. [!INCLUDE[clickOK](../../../includes/clickok-md.md)]
235+
2. Select **OK**.
236236

237237
3. On the **General** page of the **Publisher Properties - \<Publisher>** dialog box, enter a strong password in the **Password** and **Confirm Password** text boxes.
238238

239-
4. [!INCLUDE[clickOK](../../../includes/clickok-md.md)]
239+
4. Select **OK**.
240240

241241
## <a name="TsqlProcedure"></a> Using Transact-SQL
242242

0 commit comments

Comments
 (0)