我已将数据库“db_test”从 SQL Server 导入到我的 Visual Studio 数据库项目中。
但是当我编译这个项目时,会显示很多警告,说过程 [sp_xxx] 对对象 [db_test].[dbo].[table_1] 有一个未解决的引用。存储过程[sp_xxx] 也在数据库“db_test”中。
我已经尝试了以下链接中建议的解决方案,但问题仍然存在。
https://the.agilesql.club/2017/11/ssdt-how-to-fix-error-sql17502/
https://www.codeproject.com/Articles/565459/Fixing-SSDT-Unresolved-Reference-to-Object-Error
你有什么主意吗?
谢谢。