質問

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