Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 9f0d0b5

Browse files
Merge pull request #24301 from SudhirRaparla/20220922-Add-note-for-MAXTRANSFERSIZE-parameter
20220922-add-note-for-maxtransfersize
2 parents 17577e1 + 63f5a6c commit 9f0d0b5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/t-sql/statements/backup-transact-sql.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,6 +1141,10 @@ Specifies the largest unit of transfer in bytes to be used between [!INCLUDE[ssN
11411141

11421142
For [Transparent Data Encryption (TDE)](../../relational-databases/security/encryption/transparent-data-encryption.md) enabled databases with a single data file, the default `MAXTRANSFERSIZE` is 65536 (64 KB). For non-TDE encrypted databases the default `MAXTRANSFERSIZE` is 1048576 (1 MB) when using backup to DISK, and 65536 (64 KB) when using VDI or TAPE.
11431143

1144+
> [!NOTE]
1145+
> MAXTRANSFERSIZE specifies the largest unit of transfer, and doesn't guarantee that every write operation will transfer the specified largest size.
1146+
> MAXTRANSFERSIZE for write operations of striped transaction log backups is set to 64 KB.
1147+
11441148
### Error management options
11451149

11461150
These options allow you to determine whether backup checksums are enabled for the backup operation and whether the operation stops on encountering an error.

0 commit comments

Comments
 (0)