My application uses two different SQL 2008 databases. The databases have a few tables with the same name, ie. Users
. I would like to use EF4 for both these data
For DB first approach, Luckily there are couple of workarounds which are pretty straightforward:
For more detail, please refer this link
Explained very clearly.