I am needing to restore / rebuild an SSIS Catalog on a new SQL Server. Problem is, I don't have a backup and only have the MDF and LDF file. I am unfamiliar with SSIS so I have tried attaching the DB but it doesn't re-create the catalog and the jobs.
I know the password to the SSISDB. What steps can I do for me to be able to restore? I am thinking of the following but unsure whether it is the way to go:
- Create a new instance of the SSIS Catalog (thereby creating a new SSISDB mdf and ldf files)
- Stop all SQL Services
- Replace the newly created SSISDB mdf and ldf files with the old ones I have
- Start all SQL Services
I have done the above steps successfully for the msdb system database so I would like to know if it will also work for the SSISDB. If not, what steps do you recommend? Additionally, is there another way for me to re-locate where the SSISDB will be stored aside from the C: drive?