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