Using two separate databases on same SQL server
Posted: Mon 26 Jul 2021 14:21
Is there a way for a database novice to use tables from two different databases using the Visual Studio entity developer addin? I need to do some joins using database Foo.Documents and database Bar.Locations. I have created separate models for Foo and Bar but not together.
Database Foo is managed and updated by a source that I do not want to touch.
Database Bar holds supplemental data that I have created and have control over.
Database Foo is managed and updated by a source that I do not want to touch.
Database Bar holds supplemental data that I have created and have control over.