Greetings.
I was wondering how I create a cross table query via C# when the databases are unattached (development)
I know the .mdf files are temporarily attached to the database when you execute--but that's really the source of the confusion. If your DB connections are all to separate database files that cause them to be dynamically attached (while using a sql server express and .mdf files) then how are you supposed to do anything with multiple DBs?