A potential requirement of an application might be to retrieve lookup data from a seperate server/database. Castle ActiveRecord provides 2 mechanisms that allow the developer to connect to multiple databases, and the third option I've listed here, making use of SQL2005 synonyms, could be an easier alternative. I've included a sample project download that demonstrates the first two options in this post.