문제

Is there a way to regenerate the master key that is created when you initially create the SSISDB catalog? I have lost the password and am not able to recover this nor have I backed up the master key.

도움이 되었습니까?

해결책

alter master key drop encryption by service master key

alter master key regenerate with encryption by password = 'password'

** do it at your own risk,this might change DSK, i didn't try it

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top