GIT CHECKIN ISSUE

  • Thread starter Thread starter John_tay
  • Start date Start date
J

John_tay

Guest
Hi,
I am trying to do a schema compare in VS on the GIT based repository ( which has data for current DB ).
Now schema compare is failing to merge a new SQL View as that view has the query which uses a table from other database. However the GIT repos have schema etc for current database.


Severity Code Description Project File Line Suppression State
Error SQL71561: View: [dbo].[xyyyyyy] has an unresolved reference to object [DB_OTHER].[dbo].[TABLE_IN_OTHER_DB].


Can you help that how can I checkin . any way I can compel VS to not look for reference?

Continue reading...
 
Back
Top