Skip to content

Commit a2bd298

Browse files
authored
Changed the extension from the backup/restore
Changed the extension from the backup/restore log from .bak to .trn
1 parent 0a01a93 commit a2bd298

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/database-engine/availability-groups/windows/manually-prepare-a-secondary-database-for-an-availability-group-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ This topic describes how to prepare a database for an Always On availability gro
192192
193193
```
194194
BACKUP LOG MyDB1
195-
TO DISK = 'E:\MyDB1_log.bak'
195+
TO DISK = 'E:\MyDB1_log.trn'
196196
GO
197197
```
198198
@@ -202,7 +202,7 @@ This topic describes how to prepare a database for an Always On availability gro
202202
203203
```
204204
RESTORE LOG MyDB1
205-
FROM DISK = 'E:\MyDB1_log.bak'
205+
FROM DISK = 'E:\MyDB1_log.trn'
206206
WITH FILE=1, NORECOVERY
207207
GO
208208
```

0 commit comments

Comments
 (0)