
Originally Posted by
bnorton
You almost always want to keep your data in a single database. If you have historical data that you need to keep only for backup purposes or that needs to be accessed rarely like once a year, then you might want to split it into multiple databases. But these are exceptions. I'm not sure what you mean by your records being too large, but that usually means that there are too many fields per record, and that usually means that you need to a little database design work. We can help you with that.