Hi All ,
I have some issue to create database master key in SQL server 2012.
I have typed this command below:
USE master
CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'passwordbypolicy'
This is the error I got:
Msg 33094, Level 16, State 1, Line 2
An error occurred during Service Master Key decryption
Can somebody help.
Thanks ,