How to change Integration Services Catalog (SSISDB) database Master Key encryption password?
To change the Integration Services Catalog (SSISDB) database Master Key encryption password, run the following Transact-SQL statement:
USE [SSISDB];
GO
OPEN MASTER KEY...
2017-09-19
2,073 reads