I have two student-data database with liked structure. Each database for one faculty and in another sql server instance. and db server1 link to db serer2, db server2 link to db server1. I want when user select a faculty , my program will connect to that database in and display it's data.
How can i do this with one entity model?