VS 2012 Database project

  • 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

  • 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

  • thanks anyway matey

  • 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