Link to home
Start Free TrialLog in
Avatar of NBF
NBF

asked on

How to reset the SSISDB catalog master key if lost? SQL 2012

Someone created an SSISDB database and catalog on one of our SQL 2012 servers.  The master key was not documented during creation.  What is the process to obtain this master key or reset it?

https://arnosqlserver.files.wordpress.com/2014/06/061914_0941_settingupan2.png?w=960
Avatar of NBF
NBF

ASKER

Is this as simple as just specifying a new password for the DMK?  Obviously if nobody knows the old password we cannot remove it and it will remain active but can I just specify a new DMK this way?

use <database>
go
alter master key
add encryption by password = 'newpassword'
go
ASKER CERTIFIED SOLUTION
Avatar of SThaya
SThaya
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial