sql >> Database teknologi >  >> RDS >> Sqlserver

Kopier den krypterede kolonne til en anden database SQL Server 2012

Et par ting:

Du kan tilføje KEY_SOURCE og IDENTITY_VALUE :

CREATE MASTER KEY ENCRYPTION BY   
PASSWORD = 'Bazalt92!'; 

CREATE CERTIFICATE xxx
    WITH SUBJECT = 'xxx';

CREATE SYMMETRIC KEY xxx
WITH ALGORITHM = aes_256,
KEY_SOURCE = 'My key generation bits. This is a shared secret!',  
IDENTITY_VALUE = 'Key Identity generation bits. Also a shared secret'
ENCRYPTION BY CERTIFICATE xxx; 



  1. Ignorer null-værdier, når du bruger SQL Server 2012's Last_Value()-funktion

  2. Hvordan vælger man flere rækker fyldt med konstanter i Amazon Redshift?

  3. Django:sqlite til dev, mysql til prod?

  4. Opret en ny tabel fra magento modul