Skip to content

Commit 385e7bb

Browse files
authored
Merge pull request MicrosoftDocs#5688 from ShawnJackson/sql-replication-articles
edit pass: sql-replication-articles
2 parents e42f92e + 427a91b commit 385e7bb

File tree

4 files changed

+372
-370
lines changed

4 files changed

+372
-370
lines changed

docs/relational-databases/replication/replication-tutorials.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Replication Tutorials | Microsoft Docs"
2+
title: "Replication tutorials | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "04/09/2018"
55
ms.prod: "sql"
@@ -24,36 +24,36 @@ author: "MashaMSFT"
2424
ms.author: "mathoma"
2525
manager: "craigg"
2626
---
27-
# Replication Tutorials
27+
# Replication tutorials
2828
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)]
29-
Replication is a powerful solution for moving data, or subsets of data, between servers. You can replicate data between servers that are fully connected using Transactional Replication. You can also replicate data between servers and clients that are intermittently connected using Merge Replication. Below, you will find tutorials that help prepare your server for replication, and then teach you to configure both Transactional and Merge replication.
29+
Replication is a powerful solution for moving data, or subsets of data, between servers. You can replicate data between servers that are fully connected by using transactional replication. You can also replicate data between servers and clients that are intermittently connected by using merge replication. In this article, you will find tutorials that help prepare your server for replication, and then teach you to configure both transactional and merge replication.
3030

31-
In the Replication Tutorials, "Publisher" refers to the server that contains that source data being replicated and "Subscriber" refers to the destination server. The Publisher and Subscriber may share the same instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], but it is not a requirement. For more information, see [Replication Publishing Model Overview](../../relational-databases/replication/publish/replication-publishing-model-overview.md).
31+
In the replication tutorials, "publisher" refers to the server that contains the source data that's being replicated. "Subscriber" refers to the destination server. The publisher and subscriber might share the same instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], but it is not a requirement. For more information, see the [overview of the replication publishing model](../../relational-databases/replication/publish/replication-publishing-model-overview.md).
3232

33-
These tutorials use NODE1\SQL2016 as the Publisher and Distributor, and NODE2\SQL2016 as the Subscriber.
33+
These tutorials use NODE1\SQL2016 as the publisher and distributor. They use NODE2\SQL2016 as the subscriber.
3434

3535
> [!NOTE]
36-
> Most of the tasks shown in these tutorials can be performed programmatically. For more information, see [Replication Developer Documentation](../../relational-databases/replication/concepts/replication-developer-documentation.md).
36+
> Most of the tasks shown in these tutorials can be performed programmatically. For more information, see the [replication developer documentation](../../relational-databases/replication/concepts/replication-developer-documentation.md).
3737
38-
## Replication Tutorials
39-
[Tutorial: Prepare SQL Server For Replication - Publisher, Distributor, Subscriber](../../relational-databases/replication/tutorial-preparing-the-server-for-replication.md)
38+
## Replication tutorials
39+
[Tutorial: Prepare SQL Server for replication (publisher, distributor, subscriber)](../../relational-databases/replication/tutorial-preparing-the-server-for-replication.md)
4040

4141
Learn how to prepare servers so that replication can be run with least privileges. You must complete this tutorial before the other replication tutorials.
4242

43-
[Tutorial: Configure Replication between Two Fully Connected Servers (Transactional)](../../relational-databases/replication/tutorial-replicating-data-between-continuously-connected-servers.md)
43+
[Tutorial: Configure replication between two fully connected servers (transactional)](../../relational-databases/replication/tutorial-replicating-data-between-continuously-connected-servers.md)
4444

45-
Learn how to configure Transactional Replication to replicate data between fully connected servers. This tutorial also includes some basic error troubleshooting methodology.
45+
Learn how to configure transactional replication to replicate data between fully connected servers. This tutorial also includes some basic error troubleshooting methodology.
4646

4747

48-
[Tutorial: Configure Replication between a Server and Mobile Clients (Merge)](../../relational-databases/replication/tutorial-replicating-data-with-mobile-clients.md)
48+
[Tutorial: Configure replication between a server and mobile clients (merge)](../../relational-databases/replication/tutorial-replicating-data-with-mobile-clients.md)
4949

50-
Learn how to configure Merge Replication to exchange data between a server and one or more clients that are only occasionally connected.
50+
Learn how to configure merge replication to exchange data between a server and one or more clients that are only occasionally connected.
5151

52-
## See Also
53-
[Security and Protection for Replication](../../relational-databases/replication/security/security-and-protection-replication.md)
52+
## See also
53+
[Security and protection for replication](../../relational-databases/replication/security/security-and-protection-replication.md)
5454

55-
[Transactional Replication Overview](https://docs.microsoft.com/en-us/sql/relational-databases/replication/transactional/transactional-replication)
55+
[Transactional replication overview](https://docs.microsoft.com/en-us/sql/relational-databases/replication/transactional/transactional-replication)
5656

57-
[Merge Replication Overview](https://docs.microsoft.com/en-us/sql/relational-databases/replication/merge/merge-replication)
57+
[Merge replication overview](https://docs.microsoft.com/en-us/sql/relational-databases/replication/merge/merge-replication)
5858

5959

0 commit comments

Comments
 (0)