Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Unresolved reference in Object

$
0
0
Hi,I have a database project in VS2013 which contains stored procedures that create temporary tables. Some of those temporary tables are used in another procedure.Now when building this project i get the following warning: Procedure: [dbo].[TheOtherProcedure] has an unresolved reference to object [#MyTempTable].I know it s because the temp table was created in a different stored procedure but i wonder if anyone know if this can be omitted or this warning can be hidden?Thanks in advance

Viewing all articles
Browse latest Browse all 3145

Trending Articles