2

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

4

1 回答 1

1

否 - 您可以添加到 Web Pages 站点的 SQL CE 数据库的数量没有限制。如果您能够将各种与数据相关的任务清晰地分离到不同的数据库中,那么您也不应该有任何技术问题。

于 2013-02-12T20:17:46.843 回答