Basically splitting the tables down into different databases... I figured the second option would be more efficient, but then I also thought it may slow it down if it has to access lots databases at once and keep changing etc... thoughts please thanks in advance
If you want to join the various tables together in any combination, then putting them all in one database is probably more efficient.
If the three sets of tables are completely separate, it's probably best to put them in separate databases - I'm not sure how much faster this would be, but I think at least a little.
Bookmarks