Section courante

A propos

Section administrative du site

ALTER MASTER KEY

Modifie la clef principale
  Microsoft SQL Server

Syntaxe

ALTER MASTER KEY alter_option

alter_option ::=
regenerate_option | encryption_option

regenerate_option ::=
[ FORCE ] REGENERATE WITH ENCRYPTION BY PASSWORD = 'password'

encryption_option ::=
ADD ENCRYPTION BY { SERVICE MASTER KEY | PASSWORD = 'password' }
|
DROP ENCRYPTION BY { SERVICE MASTER KEY | PASSWORD = 'password' }

Description

Cette instruction permet de changer les propriétés d'une clef de base de données principales.



Dernière mise à jour : Vendredi, le 19 Juin 2020