sql server - Visual Studio 2013 View has an unresolved reference to object -


i want add database project solution, database references other databases, not want include in solution.

the visual studio collects 84 errors.

i thought that, easiest solution ignoring build errors , warning database project, did not find , solution.

is database project useless, if develope lot of applications lot of databases, in relation somewhere?

what can now?

easiest thing extract dacpac of referenced databases , indclude them db references. won't attempt build/publish them default, let continue.

i had use sqlpackage.exe extract dacpac couldn't through ssms or vs interfaces if there many dependencies. wrote process on blog: http://schottsql.blogspot.com/2012/10/ssdt-external-database-references.html


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -