Skip to content

Commit eb1bb3b

Browse files
Merge pull request #34725 from rwestMSFT/rw-0717-fix-YN
[SCOPED] Fix Y/N in tables to say Yes or No
2 parents 2851fdf + 8ab9559 commit eb1bb3b

File tree

3 files changed

+156
-156
lines changed

3 files changed

+156
-156
lines changed

docs/relational-databases/backup-restore/sql-server-backup-to-url-s3-compatible-object-storage.md

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -87,81 +87,81 @@ High-level overview of the supported features for `BACKUP` and `RESTORE`:
8787

8888
| `WITH` options | S3 Endpoint | Notes |
8989
| --- | --- | --- |
90-
| `BLOCKSIZE` | Y | `MAXTRANSFERSIZE` determines the Part size. |
91-
| `BUFFERCOUNT` | Y | |
92-
| `COMPRESSION` | Y | |
93-
| `COPY_ONLY` | Y | |
94-
| `CREDENTIAL` | Y | |
95-
| `DESCRIPTION` | Y | |
96-
| `DIFFERENTIAL` | Y | |
97-
| `ENCRYPTION` | Y | |
98-
| `FILE_SNAPSHOT` | N | |
99-
| `MAXTRANSFERSIZE` | Y | From 5 MB (5,242,880 Bytes) to 20 MB (20,971,520 Bytes), default value is 10 MB (10,485,760 Bytes).|
100-
| `MEDIADESCRIPTION` | Y | |
101-
| `MEDIANAME` | Y | |
102-
| `MIRROR TO` | Y | Only works with another URL, `MIRROR` with `URL` and `DISK` isn't supported. |
103-
| `NAME` | Y | |
104-
| `NOFORMAT` / `FORMAT` | Y | |
105-
| `NOINIT` / `INIT` | N | Appending isn't supported. To overwrite a backup, use `WITH FORMAT`. |
106-
| `NO_CHECKSUM` / `CHECKSUM` | Y | |
107-
| `NO_TRUNCATE` | Y | |
108-
| `REGION` | Y | Default value is `us-east-1`. Must be used with `BACKUP_OPTIONS`.|
109-
| `STATS` | Y | |
90+
| `BLOCKSIZE` | Yes | `MAXTRANSFERSIZE` determines the Part size. |
91+
| `BUFFERCOUNT` | Yes | |
92+
| `COMPRESSION` | Yes | |
93+
| `COPY_ONLY` | Yes | |
94+
| `CREDENTIAL` | Yes | |
95+
| `DESCRIPTION` | Yes | |
96+
| `DIFFERENTIAL` | Yes | |
97+
| `ENCRYPTION` | Yes | |
98+
| `FILE_SNAPSHOT` | No | |
99+
| `MAXTRANSFERSIZE` | Yes | From 5 MB (5,242,880 Bytes) to 20 MB (20,971,520 Bytes), default value is 10 MB (10,485,760 Bytes).|
100+
| `MEDIADESCRIPTION` | Yes | |
101+
| `MEDIANAME` | Yes | |
102+
| `MIRROR TO` | Yes | Only works with another URL, `MIRROR` with `URL` and `DISK` isn't supported. |
103+
| `NAME` | Yes | |
104+
| `NOFORMAT` / `FORMAT` | Yes | |
105+
| `NOINIT` / `INIT` | No | Appending isn't supported. To overwrite a backup, use `WITH FORMAT`. |
106+
| `NO_CHECKSUM` / `CHECKSUM` | Yes | |
107+
| `NO_TRUNCATE` | Yes | |
108+
| `REGION` | Yes | Default value is `us-east-1`. Must be used with `BACKUP_OPTIONS`.|
109+
| `STATS` | Yes | |
110110

111111
### Supported arguments for restore
112112

113113
| `WITH` options | S3 Endpoint | Notes |
114114
| --- | --- | --- |
115-
| `BLOCKSIZE` | Y | `MAXTRANSFERSIZE` determines the Part size. |
116-
| `BUFFERCOUNT` | **N** | |
117-
| `CHECKSUM` / `NO_CHECKSUM` | Y | |
118-
| `CREDENTIAL` | Y | |
119-
| `ENABLE_BROKER` / `ERROR_BROKER_CONVERSATIONS` / `NEW_BROKER` | Y | |
120-
| `FILE` | **N** | Logical names not supported with `RESTORE FROM URL`. |
121-
| `FILESTREAM` | Y | |
122-
| `KEEP_CDC` | Y | |
123-
| `KEEP_REPLICATION` | Y | |
124-
| `LOADHISTORY` | Y | |
125-
| `MAXTRANSFERSIZE` | **Y** | |
126-
| `MEDIANAME` | Y | |
127-
| `MEDIAPASSWORD` | **N** | Required for some backups taken in versions before SQL Server 2012. |
128-
| `MOVE` | Y | |
129-
| `PARTIAL` | Y | |
130-
| `PASSWORD` | **N** | Required for some backups taken in versions before SQL Server 2012. |
131-
| `RECOVERY` / `NORECOVERY` / `STANDBY` | Y | |
132-
| `REGION` | Y | Default value is `us-east-1`. Must be used with `RESTORE_OPTIONS`.|
133-
| `REPLACE` | Y | |
134-
| `RESTART` | Y | |
135-
| `RESTRICTED_USER` | Y | |
136-
| `REWIND` / `NOREWIND` | **N** | |
137-
| `STATS` | Y | |
138-
| `STOP_ON_ERROR` / `CONTINUE_AFTER_ERROR` | Y | |
139-
| `STOPAT` / `STOPATMARK` / `STOPBEFOREMARK` | Y | |
140-
| `UNLOAD` / `NOUNLOAD` | **N** | |
141-
142-
<!-- | DBREADSIZE | **N** | Y | DBREADSIZE is not available |-->
115+
| `BLOCKSIZE` | Yes | `MAXTRANSFERSIZE` determines the Part size. |
116+
| `BUFFERCOUNT` | No | |
117+
| `CHECKSUM` / `NO_CHECKSUM` | Yes | |
118+
| `CREDENTIAL` | Yes | |
119+
| `ENABLE_BROKER` / `ERROR_BROKER_CONVERSATIONS` / `NEW_BROKER` | Yes | |
120+
| `FILE` | No | Logical names not supported with `RESTORE FROM URL`. |
121+
| `FILESTREAM` | Yes | |
122+
| `KEEP_CDC` | Yes | |
123+
| `KEEP_REPLICATION` | Yes | |
124+
| `LOADHISTORY` | Yes | |
125+
| `MAXTRANSFERSIZE` | No | |
126+
| `MEDIANAME` | Yes | |
127+
| `MEDIAPASSWORD` | No | Required for some backups taken in versions before SQL Server 2012. |
128+
| `MOVE` | Yes | |
129+
| `PARTIAL` | Yes | |
130+
| `PASSWORD` | No | Required for some backups taken in versions before SQL Server 2012. |
131+
| `RECOVERY` / `NORECOVERY` / `STANDBY` | Yes | |
132+
| `REGION` | Yes | Default value is `us-east-1`. Must be used with `RESTORE_OPTIONS`.|
133+
| `REPLACE` | Yes | |
134+
| `RESTART` | Yes | |
135+
| `RESTRICTED_USER` | Yes | |
136+
| `REWIND` / `NOREWIND` | No | |
137+
| `STATS` | Yes | |
138+
| `STOP_ON_ERROR` / `CONTINUE_AFTER_ERROR` | Yes | |
139+
| `STOPAT` / `STOPATMARK` / `STOPBEFOREMARK` | Yes | |
140+
| `UNLOAD` / `NOUNLOAD` | No | |
141+
142+
<!-- | DBREADSIZE | No | Yes | DBREADSIZE is not available |-->
143143
<!-- | WITH options | Blob Storage | S3 Connector | Notes |
144144
| --- | --- | --- | --- |
145-
| `BLOCKSIZE` | Y | Y | |
146-
| `BUFFERCOUNT` | Y | Y | |
147-
| `COMPRESSION` | Y | Y | |
148-
| `COPY\_ONLY` | Y | Y | |
149-
| `CREDENTIAL` | Y | Y | |
150-
| `DESCRIPTION` | Y | Y | |
151-
| `DIFFERENTIAL` | Y | Y | |
152-
| `ENCRYPTION` | Y | Y | |
153-
| `FILE\_SNAPSHOT` | Y | **N** | FILE\_SNAPSHOT is only available in Azure |
154-
| `MAXTRANSFERSIZE` | Y | Y | From 5 MB (5,242,880 Bytes) to 20 MB (20,971,520 Bytes), default value is 10 MB (10,485,760 Bytes)|
155-
| `MEDIADESCRIPTION` | Y | Y | |
156-
| `MEDIANAME` | Y | Y | |
157-
| `NAME` | Y | Y | |
158-
| `NOFORMAT/FORMAT` | Y | Y | |
159-
| `NORECOVERY/STANDBY` | Y | Y | |
160-
| `NO\_CHECKSUM/CHECKSUM` | Y | Y | |
161-
| `NO\_TRUNCATE` | Y | Y | |
162-
| `REGION` | N | Y | |
163-
| `STATS` | Y | Y | |
164-
| DBREADSIZE | **N** | Y | DBREADSIZE is not available |-->
145+
| `BLOCKSIZE` | Yes | Yes | |
146+
| `BUFFERCOUNT` | Yes | Yes | |
147+
| `COMPRESSION` | Yes | Yes | |
148+
| `COPY_ONLY` | Yes | Yes | |
149+
| `CREDENTIAL` | Yes | Yes | |
150+
| `DESCRIPTION` | Yes | Yes | |
151+
| `DIFFERENTIAL` | Yes | Yes | |
152+
| `ENCRYPTION` | Yes | Yes | |
153+
| `FILE_SNAPSHOT` | Yes | No | FILE_SNAPSHOT is only available in Azure |
154+
| `MAXTRANSFERSIZE` | Yes | Yes | From 5 MB (5,242,880 Bytes) to 20 MB (20,971,520 Bytes), default value is 10 MB (10,485,760 Bytes)|
155+
| `MEDIADESCRIPTION` | Yes | Yes | |
156+
| `MEDIANAME` | Yes | Yes | |
157+
| `NAME` | Yes | Yes | |
158+
| `NOFORMAT/FORMAT` | Yes | Yes | |
159+
| `NORECOVERY/STANDBY` | Yes | Yes | |
160+
| `NO_CHECKSUM/CHECKSUM` | Yes | Yes | |
161+
| `NO_TRUNCATE` | Yes | Yes | |
162+
| `REGION` | No | Yes | |
163+
| `STATS` | Yes | Yes | |
164+
| DBREADSIZE | No | Yes | DBREADSIZE is not available |-->
165165

166166
<!--An example of virtual host style format is below:
167167

docs/relational-databases/backup-restore/sql-server-backup-to-url.md

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ To use immutable storage with [!INCLUDE [sssql25-md](../../includes/sssql25-md.m
120120
1. Enable trace flag 3012 for your [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] instance by running the following DBCC command:
121121
`DBCC TRACEON(3012,-1)`.
122122
1. Issue the [BACKUP](../../t-sql/statements/backup-transact-sql.md) to back up your database to the Azure storage container:
123-
`BACKP DATABASE [<Database>] TO URL = <url> WITH FORMAT`.
123+
`BACKP DATABASE [<Database>] TO URL = '<url>' WITH FORMAT`.
124124

125125
## Security for Azure Blob Storage
126126

@@ -177,13 +177,13 @@ The following are security considerations and requirements when backing up to or
177177

178178
| Backup/Restore Statement | Supported | Exceptions | Comments |
179179
| --- | --- | --- | --- |
180-
| BACKUP | Y | BLOCKSIZE and MAXTRANSFERSIZE are supported for block blobs. They aren't supported for page blobs. | BACKUP to a block blob requires a Shared Access Signature saved in a SQL Server credential. BACKUP to page blob requires the storage account key saved in a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential, and requires the WITH CREDENTIAL argument to be specified. |
181-
| RESTORE | Y | | Requires a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential to be defined, and requires the WITH CREDENTIAL argument to be specified if the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential is defined using the storage account key as the secret |
182-
| RESTORE FILELISTONLY | Y | | Requires a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential to be defined, and requires the WITH CREDENTIAL argument to be specified if the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential is defined using the storage account key as the secret |
183-
| RESTORE HEADERONLY | Y | | Requires a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential to be defined, and requires the WITH CREDENTIAL argument to be specified if the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential is defined using the storage account key as the secret |
184-
| RESTORE LABELONLY | Y | | Requires a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential to be defined, and requires the WITH CREDENTIAL argument to be specified if the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential is defined using the storage account key as the secret |
185-
| RESTORE VERIFYONLY | Y | | Requires a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential to be defined, and requires the WITH CREDENTIAL argument to be specified if the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential is defined using the storage account key as the secret |
186-
| RESTORE REWINDONLY | - | | |
180+
| BACKUP | Yes | BLOCKSIZE and MAXTRANSFERSIZE are supported for block blobs. They aren't supported for page blobs. | BACKUP to a block blob requires a Shared Access Signature saved in a SQL Server credential. BACKUP to page blob requires the storage account key saved in a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential, and requires the WITH CREDENTIAL argument to be specified. |
181+
| RESTORE | Yes | | Requires a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential to be defined, and requires the WITH CREDENTIAL argument to be specified if the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential is defined using the storage account key as the secret |
182+
| RESTORE FILELISTONLY | Yes | | Requires a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential to be defined, and requires the WITH CREDENTIAL argument to be specified if the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential is defined using the storage account key as the secret |
183+
| RESTORE HEADERONLY | Yes | | Requires a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential to be defined, and requires the WITH CREDENTIAL argument to be specified if the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential is defined using the storage account key as the secret |
184+
| RESTORE LABELONLY | Yes | | Requires a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential to be defined, and requires the WITH CREDENTIAL argument to be specified if the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential is defined using the storage account key as the secret |
185+
| RESTORE VERIFYONLY | Yes | | Requires a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential to be defined, and requires the WITH CREDENTIAL argument to be specified if the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential is defined using the storage account key as the secret |
186+
| RESTORE REWINDONLY | No | | |
187187

188188
For syntax and general information about backup statements, see [BACKUP](../../t-sql/statements/backup-transact-sql.md).
189189

@@ -193,72 +193,72 @@ For syntax and general information about restore statements, see [RESTORE Statem
193193

194194
| Argument | Supported | Exception | Comments |
195195
| --- | --- | --- | --- |
196-
| DATABASE | Y | | |
197-
| LOG | Y | | |
196+
| DATABASE | Yes | | |
197+
| LOG | Yes | | |
198198
| |
199-
| TO (URL) | Y | Unlike DISK and TAPE, URL doesn't support specifying or creating a logical name. | This argument is used to specify the URL path for the backup file. |
200-
| MIRROR TO | Y | | |
199+
| TO (URL) | Yes | Unlike DISK and TAPE, URL doesn't support specifying or creating a logical name. | This argument is used to specify the URL path for the backup file. |
200+
| MIRROR TO | Yes | | |
201201
| **`WITH` options:** | | | |
202-
| CREDENTIAL | Y | | WITH CREDENTIAL is only supported when using BACKUP TO URL option to back up to Azure Blob Storage and only if the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential is defined using the storage account key as the secret |
203-
| FILE_SNAPSHOT | Y | | |
204-
| ENCRYPTION | Y | | When the `WITH ENCRYPTION` argument is specified, [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] File-Snapshot Backup ensures that the entire database was TDE-encrypted before taking the backup and, if so, encrypts the file-snapshot backup file itself using the algorithm specified for TDE on the database. If all data in the database in the entire database isn't encrypted, the backup fails (for example, the encryption process isn't yet complete). |
205-
| DIFFERENTIAL | Y | | |
206-
| COPY_ONLY | Y | | |
207-
| COMPRESSION&#124;NO_COMPRESSION | Y | Not supported for file-snapshot backup | |
208-
| DESCRIPTION | Y | | |
209-
| NAME | Y | | |
210-
| EXPIREDATE &#124; RETAINDAYS | - | | |
211-
| NOINIT &#124; INIT | - | | Appending to blobs isn't possible. To overwrite a backup, use the `WITH FORMAT` argument. However, when using file-snapshot backups (using the `WITH FILE_SNAPSHOT` argument), the `WITH FORMAT` argument isn't permitted to avoid leaving orphaned file-snapshots that were created with the original backup. |
212-
| NOSKIP &#124; SKIP | - | | |
213-
| NOFORMAT &#124; FORMAT | Y | | A backup taken to an existing blob fails unless `WITH FORMAT` is specified. The existing blob is overwritten when `WITH FORMAT` is specified. However, when using file-snapshot backups (using the `WITH FILE_SNAPSHOT` argument), the FORMAT argument isn't permitted to avoid leaving orphaned file-snapshots that were created with the original file-snapshot backup. However, when using file-snapshot backups (using the `WITH FILE_SNAPSHOT` argument), the `WITH FORMAT` argument isn't permitted to avoid leaving orphaned file-snapshots that were created with the original backup. |
214-
| MEDIADESCRIPTION | Y | | |
215-
| MEDIANAME | Y | | |
216-
| BLOCKSIZE | Y | Not supported for page blob. Supported for block blob. | Recommend BLOCKSIZE=65536 to optimize use of the 50,000 blocks allowed in a block blob. |
217-
| BUFFERCOUNT | Y | | |
218-
| MAXTRANSFERSIZE | Y | Not supported for page blob. Supported for block blob. | Default is 1048576. The value can range up to 4 MB in increments of 65536 bytes.<br />Recommend MAXTRANSFERSIZE=4194304 to optimize use of the 50,000 blocks allowed in a block blob. |
219-
| NO_CHECKSUM &#124; CHECKSUM | Y | | |
220-
| STOP_ON_ERROR &#124; CONTINUE_AFTER_ERROR | Y | | |
221-
| STATS | Y | | |
222-
| REWIND &#124; NOREWIND | - | | |
223-
| UNLOAD &#124; NOUNLOAD | - | | |
224-
| NORECOVERY &#124; STANDBY | Y | | |
225-
| NO_TRUNCATE | Y | | |
202+
| CREDENTIAL | Yes | | WITH CREDENTIAL is only supported when using BACKUP TO URL option to back up to Azure Blob Storage and only if the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] credential is defined using the storage account key as the secret |
203+
| FILE_SNAPSHOT | Yes | | |
204+
| ENCRYPTION | Yes | | When the `WITH ENCRYPTION` argument is specified, [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] File-Snapshot Backup ensures that the entire database was TDE-encrypted before taking the backup and, if so, encrypts the file-snapshot backup file itself using the algorithm specified for TDE on the database. If all data in the database in the entire database isn't encrypted, the backup fails (for example, the encryption process isn't yet complete). |
205+
| DIFFERENTIAL | Yes | | |
206+
| COPY_ONLY | Yes | | |
207+
| COMPRESSION&#124;NO_COMPRESSION | Yes | Not supported for file-snapshot backup | |
208+
| DESCRIPTION | Yes | | |
209+
| NAME | Yes | | |
210+
| EXPIREDATE &#124; RETAINDAYS | No | | |
211+
| NOINIT &#124; INIT | No | | Appending to blobs isn't possible. To overwrite a backup, use the `WITH FORMAT` argument. However, when using file-snapshot backups (using the `WITH FILE_SNAPSHOT` argument), the `WITH FORMAT` argument isn't permitted to avoid leaving orphaned file-snapshots that were created with the original backup. |
212+
| NOSKIP &#124; SKIP | No | | |
213+
| NOFORMAT &#124; FORMAT | Yes | | A backup taken to an existing blob fails unless `WITH FORMAT` is specified. The existing blob is overwritten when `WITH FORMAT` is specified. However, when using file-snapshot backups (using the `WITH FILE_SNAPSHOT` argument), the FORMAT argument isn't permitted to avoid leaving orphaned file-snapshots that were created with the original file-snapshot backup. However, when using file-snapshot backups (using the `WITH FILE_SNAPSHOT` argument), the `WITH FORMAT` argument isn't permitted to avoid leaving orphaned file-snapshots that were created with the original backup. |
214+
| MEDIADESCRIPTION | Yes | | |
215+
| MEDIANAME | Yes | | |
216+
| BLOCKSIZE | Yes | Not supported for page blob. Supported for block blob. | Recommend BLOCKSIZE=65536 to optimize use of the 50,000 blocks allowed in a block blob. |
217+
| BUFFERCOUNT | Yes | | |
218+
| MAXTRANSFERSIZE | Yes | Not supported for page blob. Supported for block blob. | Default is 1048576. The value can range up to 4 MB in increments of 65536 bytes.<br />Recommend MAXTRANSFERSIZE=4194304 to optimize use of the 50,000 blocks allowed in a block blob. |
219+
| NO_CHECKSUM &#124; CHECKSUM | Yes | | |
220+
| STOP_ON_ERROR &#124; CONTINUE_AFTER_ERROR | Yes | | |
221+
| STATS | Yes | | |
222+
| REWIND &#124; NOREWIND | No | | |
223+
| UNLOAD &#124; NOUNLOAD | No | | |
224+
| NORECOVERY &#124; STANDBY | Yes | | |
225+
| NO_TRUNCATE | Yes | | |
226226

227227
For more information about backup arguments, see [BACKUP](../../t-sql/statements/backup-transact-sql.md).
228228

229229
### Support for restore arguments in Azure Blob Storage
230230

231231
| Argument | Supported | Exceptions | Comments |
232232
| --- | --- | --- | --- |
233-
| DATABASE | Y | | |
234-
| LOG | Y | | |
235-
| FROM (URL) | Y | | The FROM URL argument is used to specify the URL path for the backup file. |
233+
| DATABASE | Yes | | |
234+
| LOG | Yes | | |
235+
| FROM (URL) | Yes | | The FROM URL argument is used to specify the URL path for the backup file. |
236236
| **WITH Options:** | | | |
237-
| CREDENTIAL | Y | | WITH CREDENTIAL is only supported when using RESTORE FROM URL option to restore from Microsoft Azure Blob Storage. |
238-
| PARTIAL | Y | | |
239-
| RECOVERY &#124; NORECOVERY &#124; STANDBY | Y | | |
240-
| LOADHISTORY | Y | | |
241-
| MOVE | Y | | |
242-
| REPLACE | Y | | |
243-
| RESTART | Y | | |
244-
| RESTRICTED_USER | Y | | |
245-
| FILE | - | | |
246-
| PASSWORD | Y | | |
247-
| MEDIANAME | Y | | |
248-
| MEDIAPASSWORD | Y | | |
249-
| BLOCKSIZE | Y | | |
250-
| BUFFERCOUNT | - | | |
251-
| MAXTRANSFERSIZE | - | | |
252-
| CHECKSUM &#124; NO_CHECKSUM | Y | | |
253-
| STOP_ON_ERROR &#124; CONTINUE_AFTER_ERROR | Y | | |
254-
| FILESTREAM | Y | Not supported for snapshot backup | |
255-
| STATS | Y | | |
256-
| REWIND &#124; NOREWIND | - | | |
257-
| UNLOAD &#124; NOUNLOAD | - | | |
258-
| KEEP_REPLICATION | Y | | |
259-
| KEEP_CDC | Y | | |
260-
| ENABLE_BROKER &#124; ERROR_BROKER_CONVERSATIONS &#124; NEW_BROKER | Y | | |
261-
| STOPAT &#124; STOPATMARK &#124; STOPBEFOREMARK | Y | | |
237+
| CREDENTIAL | Yes | | WITH CREDENTIAL is only supported when using RESTORE FROM URL option to restore from Microsoft Azure Blob Storage. |
238+
| PARTIAL | Yes | | |
239+
| RECOVERY &#124; NORECOVERY &#124; STANDBY | Yes | | |
240+
| LOADHISTORY | Yes | | |
241+
| MOVE | Yes | | |
242+
| REPLACE | Yes | | |
243+
| RESTART | Yes | | |
244+
| RESTRICTED_USER | Yes | | |
245+
| FILE | No | | |
246+
| PASSWORD | Yes | | |
247+
| MEDIANAME | Yes | | |
248+
| MEDIAPASSWORD | Yes | | |
249+
| BLOCKSIZE | Yes | | |
250+
| BUFFERCOUNT | No | | |
251+
| MAXTRANSFERSIZE | No | | |
252+
| CHECKSUM &#124; NO_CHECKSUM | Yes | | |
253+
| STOP_ON_ERROR &#124; CONTINUE_AFTER_ERROR | Yes | | |
254+
| FILESTREAM | Yes | Not supported for snapshot backup | |
255+
| STATS | Yes | | |
256+
| REWIND &#124; NOREWIND | No | | |
257+
| UNLOAD &#124; NOUNLOAD | No | | |
258+
| KEEP_REPLICATION | Yes | | |
259+
| KEEP_CDC | Yes | | |
260+
| ENABLE_BROKER &#124; ERROR_BROKER_CONVERSATIONS &#124; NEW_BROKER | Yes | | |
261+
| STOPAT &#124; STOPATMARK &#124; STOPBEFOREMARK | Yes | | |
262262

263263
For more information about Restore arguments, see [RESTORE Statements - Arguments](../../t-sql/statements/restore-statements-arguments-transact-sql.md).
264264

0 commit comments

Comments
 (0)