January 31, 2013 at 4:22 am
Hi
Is there a way of ignoring unresolved reference errors when doing a schema compare in a vs2012 database project?
The unresolved references are in views that use synonyms which i really dont want to change.
Thanks in advance
January 31, 2013 at 5:42 am
None that I'm aware of. The level of flexibility there is pretty limited. To do it right, you really have to make all the objects functional, otherwise the builds fail and you don't get a script for creating/updating your database.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 31, 2013 at 8:37 am
thanks anyway matey
January 31, 2013 at 8:42 am
You can add in the DBSchema file for the missing references databases, this is then use to validated the references used by the synonym.
_________________________________________________________________________
SSC Guide to Posting and Best Practices
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply