what is the best way in which i can manage two database in single application with some relationship as well between the fields?. what is the best way when i am using linq to sql in my existing application.Please share your views.
Asked
Active
Viewed 58 times
0
-
My first question would be what type of data are you managing? – Nix Jun 21 '11 at 12:33
-
i am using sql server. the data is huge with million of records to be updated on daily basis. – maztt Jun 21 '11 at 12:38
-
How many intra-database references do you have> – Nix Jun 21 '11 at 12:39
-
4-5 intra database references – maztt Jun 21 '11 at 12:44
-
Have a look at this [question](http://stackoverflow.com/questions/352949/linq-across-multiple-databases) – Tassadaque Jun 21 '11 at 18:05