Is it possible to create multiple in-memory databases and be able to access 
tables with a single query between them?  For example, select * from 
db1.dbo.table1 db1 join db2.dbo.table1 db2 on db1.x = db2.x.


Thanks.

Reply via email to