I have a Visual Studio 2010 database project and I have imported an existing schema. There are stored procedures in this database that refer to the Integration Services system table dbo.sysssislog and is generating a number of warnings in my project.
I have tried adding the master.dbschema and the msdb.dbschema as database references and I also tried renaming the references' database names to tempdb (instead of master or instead of msdb) but the problem persists.
I opened the msdb.dbschema file and I have confirmed that the sysssislog table exists in the file.
Here is the warning:
SQL04151: Procedure: [dbo].[storedProcedureName] has an unresolved reference to object [dbo].[sysssislog].