I'm currently working on a WebMatrix web project (mainly because this may eventually be sold as a standalone web product to companies without external access to the Internet). I'm aware of the current SQL Server CE restrictions of 4GB and 256 connections. I'm considering slicing off several of the data-intense tables (logging, catalog resource lookup, etc) into different databases to avoid the 4GB limit. I will not be querying across databases. Will I run into a problem if I use multiple CE databases on the project?
Thanks! --Kevin