We have few databases running together, with synonyms between them. There're also two way synonyms between the databases. VS database projects can't seem to handle these. Two way synonyms don't work in VS, I can only reference another database in VS one way, otherwise there's circular reference. I tried creating a snapshot of the database project in VS but to be able to take a snapshot I need to build the project, to be able to build the project I need to reference the other database project which doesn't compile because it doesn't recognise synonyms, etc. It seems multiple databases (same server) with two way synonyms on each other is too complicated for VS to manage. Has anyone managed to get something like this to work?We have few databases running together, with sy