In the past I've had multiple Access .mdb files for my various databases on a data-driven site. It made it easier when I would have to upload a new db after making changes.
I just switched my main db to SQL server, and I wonder if there's any performance or other reason to move all of my tables into one big single databases, or keep them as separate SQL Server db? Is one big db faster? Safer? It would certainly make connection strings simpler to manage.
thanks
I just switched my main db to SQL server, and I wonder if there's any performance or other reason to move all of my tables into one big single databases, or keep them as separate SQL Server db? Is one big db faster? Safer? It would certainly make connection strings simpler to manage.
thanks