You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WITHPRIVATEKEY ( FILE='E:\Program Files\Microsoft SQL Server\MSSQL14.SQL2K17\MSSQL\data\TestingTDEcert2014.key' , --This is a new key file for the cert backup, NOT the same as the key for the MASTER KEY backup above.
29
+
ENCRYPTIONBYPASSWORD='$12345testpassword123' ); --This password is for the cert backup's key file. The Master Key's password above is different. Password 3
30
+
GO
31
+
32
+
USE [enctest] --In this case, enctest is the sample name of the database you want to encrypt with TDE.
33
+
go
34
+
--Create the key in the TDE database using the server cert we created earlier.
0 commit comments