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

Commit d83d4f5

Browse files
authored
Merge pull request #19923 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 4c1c0d1 + 375f631 commit d83d4f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/security/encryption/transparent-data-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ go
103103
USE AdventureWorks2012;
104104
GO
105105
CREATE DATABASE ENCRYPTION KEY
106-
WITH ALGORITHM = AES_128
106+
WITH ALGORITHM = AES_256
107107
ENCRYPTION BY SERVER CERTIFICATE MyServerCert;
108108
GO
109109
ALTER DATABASE AdventureWorks2012

docs/t-sql/statements/restore-statements-filelistonly-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ FROM <backup_device>
102102
|IsReadOnly|**bit**|**1** = The file is read-only.|
103103
|IsPresent|**bit**|**1** = The file is present in the backup.|
104104
|TDEThumbprint|**varbinary(32)** NULL|Shows the thumbprint of the Database Encryption Key. The encryptor thumbprint is a SHA-1 hash of the certificate with which the key is encrypted. For information about database encryption, see [Transparent Data Encryption &#40;TDE&#41;](../../relational-databases/security/encryption/transparent-data-encryption.md).|
105-
|SnapshotURL|**nvarchar(360)** NULL|The URL for the Azure snapshot of the database file contained in the FILE_SNAPSHOT backup. Returns NULL if no FILE_SNAPSHOT backup.|
105+
|SnapshotURL|**nvarchar(360)** NULL|**Applies to**: [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] ([!INCLUDE[ssSQL16](../../includes/sssql16-md.md)] (CU1) through current version.<br /><br /> The URL for the Azure snapshot of the database file contained in the FILE_SNAPSHOT backup. Returns NULL if no FILE_SNAPSHOT backup.|
106106

107107
## Security
108108
A backup operation may optionally specify passwords for a media set, a backup set, or both. When a password has been defined on a media set or backup set, you must specify the correct password or passwords in the RESTORE statement. These passwords prevent unauthorized restore operations and unauthorized appends of backup sets to media using [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] tools. However, a password does not prevent overwrite of media using the BACKUP statement's FORMAT option.

0 commit comments

Comments
 (0)