I am using SQL Server 2008.
It seems as though in EF I need a different entity context for each database. Joining tables between databases means having to allow for this which is inconvenient and makes it more likely that I would simply put everything in one database.
Am I missing something? Surely EF can work better than this?