Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Warning SQL71502 - Procedure <name> has an unresolved reference to object <name>

I'm getting the following warning in my Visual Studio 2013 project:

SQL71502 - Procedure has an unresolved reference to object

Warning SQL71502

like image 749
Nic Avatar asked Apr 28 '15 03:04

Nic


2 Answers

This can be resolved by adding a database reference to the master database.

  1. Add Database Reference:

Add DB reference

  1. Select the master database and click OK:

Select database

  1. Result:

Result

like image 91
Nic Avatar answered Nov 06 '22 10:11

Nic


You just have to set 71502 in the field Buid/Suppress Transact-SQL warning :

See picture in the link

like image 1
didaskein Avatar answered Nov 06 '22 11:11

didaskein