In a project I am currently working on, I need to access 2 databases in LINQ in the following manner:
I get a list of all trip numbers between a specified d
as LINQ-to-SQL can call stored procs, you could
Or upload all the values to a temp table yourself and join on that table.
However maybe you should rethink the problem: