Circular references in TFS Database Edition

Posted by Jaco Pretorius on Stack Overflow See other posts from Stack Overflow or by Jaco Pretorius
Published on 2010-04-12T12:29:49Z Indexed on 2010/04/12 12:33 UTC
Read the original article Hit count: 560

Filed under:
|

I'm using TFS Database Edition to script a number of databases. Many of the databases have references between them - for example, view in database A might do select ... from B..TableX

This works fine as long as database B is also a project in the solution. The problem comes in when I have objects in database A referencing database B and database B referencing objects in database A. It seems like Visual Studio needs to build the projects in order which is obviously not possible in this case.

How do you deal with circular references between database projects in TFS database edition?

© Stack Overflow or respective owner

Related posts about tfs

Related posts about database