• HI all,

    I just have this one question in the backup command if the password should be the same as used in the master key creation or can it be different?

    CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'password'

    BACKUP MASTER KEY TO FILE = ''

    ENCRYPTION BY PASSWORD = ' '

    I'm thinking the master key creation password will be different from the backup command? I know we need to use the same password used in the backup command for the restore of the master key. I'm just confused with the password in the create and backup command.

    Thanks for your help.