views:

125

answers:

0

I have created a VSTS database project by importing an existing database schema. Upon importing I get a slew of (thousands) of TSD3025 warnings on the project that aren't clear as to how I might resolve them.

I don't get what it means by cross-database since the objects in question are all contained within the same database.

Example: TSD3025: The following cross-database dependencies could not be verified: [tracking].[dbo].[reasonadmin]. Your database application might fail at runtime when [dbo].[sp_SGTR_ReportDelinquency] is executed.

I know the stored procedure doesn't fail at runtime.

Any clue what I might add to the project to resolve these warnings or let it verify the dependencies?