Skip to content

Commit 0d8c9d9

Browse files
authored
Update Seeding an Availability Group.ps1
1 parent 4dcea83 commit 0d8c9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos-sdk2/Seeding an Availability Group/Seeding an Availability Group.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $FlashArrayPrimary = Connect-Pfa2Array –EndPoint $PrimaryArrayName -Credential
6767

6868

6969

70-
# Freeze the database
70+
# Freeze the database for write IOs
7171
$Query = "ALTER DATABASE [$DbName] SET SUSPEND_FOR_SNAPSHOT_BACKUP = ON"
7272
Invoke-DbaQuery -SqlInstance $SqlInstancePrimary -Query $Query -Verbose
7373

0 commit comments

Comments
 (0)