Skip to content

Commit 44ef6fb

Browse files
authored
Update restore-pages-sql-server.md
edit syntax
1 parent a350751 commit 44ef6fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/backup-restore/restore-pages-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ ms.author: chadam
203203

204204
```sql
205205
RESTORE DATABASE <database> PAGE='1:57, 1:202, 1:916, 1:1016'
206-
FROM <file_backup_of_file_B>
206+
FROM DISK <file_backup_of_file_B>
207207
WITH NORECOVERY;
208208
RESTORE LOG <database> FROM <log_backup>
209209
WITH NORECOVERY;

0 commit comments

Comments
 (0)