We have a shared server that has SQL Server 2012 installed with multiple instances. On my instance while trying to create a SSISDB catalog, I ran into an error which led to my question. The error message was "The catalog backup file 'C:\Program Files\Microsoft SQL Server\110\DTS\Binn\SSISDBBackup.bak' could not be accessed. Make sure the database file exists, and then SQL Server service account is able to access it. (Microsoft.SqlServer.IntegrationServices.Common.ObjectModel)".
It turned out that SSIS was not yet installed on this server, so I am getting this done. But in the meantime, if the SSISDB in my SQL instance gets backed up to the main SQL Server default location, what will happen to it if some other instance creates a SSISDB catalog? Does mine get over written or does a version number get added or do all instances have their SSISDB info stored in the one bak file?
↧