Skip to content

Commit e8119d8

Browse files
authored
Merge pull request #204865 from pvrk/Feb2022
FAQ changes for SQL and HANA
2 parents b93bb6d + 0ffe2c1 commit e8119d8

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

articles/backup/faq-backup-sql-server.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
ms.reviewer: vijayts
66
ms.topic: faq
77
ms.service: backup
8-
ms.date: 05/16/2022
8+
ms.date: 07/15/2022
99
author: v-amallick
1010
ms.author: v-amallick
1111

@@ -124,6 +124,17 @@ sections:
124124
125125
:::image type="content" source="./media/backup-azure-sql-database/view-newly-added-database.png" alt-text="Screenshot of manually discover a newly added database."
126126
127+
- name: Restore
128+
questions:
129+
- question: |
130+
Can I download only a subset of files during restore as files?
131+
answer: |
132+
Yes, you can download files partially as documented [here](restore-sql-database-azure-vm.md#partial-restore-as-files).
133+
- question: |
134+
Can I download files to an unregistered during restore as files during restore as files?
135+
answer: |
136+
Yes, you need a file path in a registered VM to download files. That path can be a network share too. Configure a network share from the unregistered VM to the registered VM and then choose the registered VM as target and the network share as the target file path. Once files are downloaded, you could simply unmount the network share from the registered VM and the files are now available in the unregistered VM.
137+
127138
128139
additionalContent: |
129140

articles/backup/sap-hana-faq-backup-azure-vm.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
description: This article provides answers to common questions about backing up SAP HANA databases using the Azure Backup service.
55
ms.topic: faq
66
ms.service: backup
7-
ms.date: 03/18/2022
7+
ms.date: 07/15/2022
88
author: v-amallick
99
ms.author: v-amallick
1010
title: Frequently asked questions – Back up SAP HANA databases on Azure VMs
@@ -231,6 +231,10 @@ sections:
231231
Can I use a backup of a database running on SLES to restore to an RHEL HANA system or vice versa?
232232
answer: |
233233
Yes, you can use streaming backups triggered on a HANA database running on SLES to restore it to an RHEL HANA system and vice versa. That is, cross OS restore is possible using streaming backups. However, you'll have to ensure that the HANA system you want to restore to, and the HANA system used for restore, are both compatible for restore according to SAP. Refer to SAP HANA Note [1642148](https://launchpad.support.sap.com/#/notes/1642148) to see which restore types are compatible.
234+
- question: |
235+
Can I download only a subset of files during restore as files?
236+
answer: |
237+
Yes, you can download files partially as documented [here](sap-hana-db-restore.md#partial-restore-as-files).
234238
235239
- name: Policy
236240
questions:

0 commit comments

Comments
 (0)