Hi Guys,
i have a problem with SSIS Server Maintenance Job, i want to shrink my SSIS DB when it became 300GB,
when i changed the retention policy date to be 30 days, i ran the SSIS Server Maintenance Job, and then the job keep running since 5 days ago, and i didn't see any different with the size of the SSIS DB.
and then i've got frustated with this problem, and i found this link
https://devjef.wordpress.com/2015/02/03/ssisdb-why-bigger-isnt-always-better/#comment-1851
and when i try to run the query, i guess my sql server isn't know data type such as [internal].[adt_name], because the error is just like this below statement.
Msg 2715, Level 16, State 3, Procedure cleanup_server_retention_window_truncateall, Line 1 Column, parameter, or variable #9: Cannot find data type internal.adt_name. Parameter or variable '@key_name' has an invalid data type. Msg 2715, Level 16, State 3, Procedure cleanup_server_retention_window_truncateall, Line 1 Column, parameter, or variable #10: Cannot find data type internal.adt_name. Parameter or variable '@certificate_name' has an invalid data type.
maybe you have a solution guys?
Thank you.
yoga