Domanda

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.

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top