Skip to content

Commit 07feb7a

Browse files
updated metadata with services & description
1 parent 2be0752 commit 07feb7a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/database-engine/availability-groups/windows/automatic-seeding-secondary-replicas.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Automatic seeding for secondary replicas (SQL Server) | Microsoft Docs"
3+
description: "Use automatic seeding to initialize secondary replicas."
4+
services: data-lake-analytics
35
ms.custom: ""
46
ms.date: "06/22/2017"
57
ms.prod: "sql-server-2016"
@@ -60,7 +62,7 @@ Security permissions vary depending on the type of replica being initialized:
6062

6163
## Create an availability group with automatic seeding
6264

63-
You create an availability group using automatic seeding with either Transact-SQL or SQL Server Management Studio (SSMS, version 17 or later). To use the Availability Group Wizard in SSMS, follow [these instructions](https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/use-the-availability-group-wizard-sql-server-management-studio) - when you get to Step 9, you will see automatic seeding as the first, and default, option.
65+
You create an availability group using automatic seeding with either Transact-SQL or SQL Server Management Studio (SSMS, version 17 or later). To use the Availability Group Wizard in SSMS, follow [these instructions](use-the-availability-group-wizard-sql-server-management-studio.md) - when you get to Step 9, you will see automatic seeding as the first, and default, option.
6466

6567
![Select initial data synchronization][1]
6668

@@ -116,7 +118,7 @@ In addition to the [Dynamic Management Views](#dynamic-management-views) describ
116118
117119
## Combine backup and restore with automatic seeding
118120
119-
It is possible to combine the traditional backup, copy, and restore with automatic seeding. In this case, first restore the database on a secondary replica including all available transaction logs. Next, enable automatic seeding when creating the availability group to "catch up" the secondary replica’s database, as if a tail-log backup were restored (see [Tail-Log Backups (SQL Server)](../../relational-databases/backup-restore/tail-log-backups-sql-server.md)).
121+
It is possible to combine the traditional backup, copy, and restore with automatic seeding. In this case, first restore the database on a secondary replica including all available transaction logs. Next, enable automatic seeding when creating the availability group to "catch up" the secondary replica’s database, as if a tail-log backup were restored (see [Tail-Log Backups (SQL Server)](../../../relational-databases/backup-restore/tail-log-backups-sql-server.md)).
120122
121123
## Add a database to an availability group with automatic seeding
122124

0 commit comments

Comments
 (0)