How to preserve customizations made to views in the 'catalog' schema?

Fitts, Keith (EOL) 0 Reputation points
2024-07-30T14:27:25.44+00:00

In order to suppress sensitive variables from appearing in the Integration Services Catalogs' execution reports, we have made alterations to views in the 'catalog' schema of the SSIS DB.

These customizations are overwritten when SQL Server patches are applied. Is there a way to persist these customizations so that altering the views are not a necessary post-patch step?

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,567 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Erland Sommarskog 110.4K Reputation points MVP
    2024-07-30T20:34:56.2266667+00:00

    Caveat: I don't work with SSIS, and I have no particular experience of SSISDB. I only speak from common sense.

    You have already trodden on to the path of unsupported actions. Maybe you can achieve what you want with help of some DDL trigger, but you would be walking more steps on that path into the wilderness. Right now, you have only one foot on the path, but the further you walk, the bigger the risk that you will not find your way back.

    So I would recommend that you stay with what you do now.

    0 comments No comments

  2. ZoeHui-MSFT 36,116 Reputation points
    2024-07-31T09:29:58.41+00:00

    Hi @Fitts, Keith (EOL),

    Is it possible to use indexed views?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.