I am following the instruction at http://msdn.microsoft.com/en-CA/library/hh361039.aspx to perform database queries.
I would like to join tables from different databases(same instance). The example in the tutorial
SqlMetal.exe /sprocs /dbml:C:\destpath\MyDatabase.dbml /server:SERVER\INSTANCE /database:MyDatabase
does not provide such option.
Can this be done with F# or I have to use different tool set(C# + dapper) to achieve what I want?