My initial question was whether to save a separate ASPNETDB.MDF from the application database or to combine all the tables in one database. Checking the previous questions / answers, I found out that it depends on whether membership data will be distributed between several applications.
Now, my question is this. In case I decided to leave ASPNETDB.MDF separate from the application database , how can I query 2 tables located in 2 different databases?
Thanks for the help.
source share