Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does sql server compact still limit to 4gb

I saw in forums that the limit for an SQL Server compact database is 4gb. Does anyone know if this limit has been increased yet, sql server express was recently expanded to 10GB..

Can anyone point me to the official source for this limit?

like image 611
Daniel Little Avatar asked Sep 23 '11 04:09

Daniel Little


1 Answers

The limit for a SQL Server Compact database is 4GB.

Refs:

  • Will the SQL Compact 4.0 limited to 4GB?

  • Microsoft SQL Server Compact 4.0

  • Wiki: SQL Server Compact

Surprisingly, it's not on this page listing differences between SQL Server Compact 3.5, compared with SQL Server.

Here are the maximum size limitations for several database objects defined in Microsoft SQL Server Compact 3.5 databases

Update (thanks @ErikEJ): Here is the corresponding page for SQL Server Compact 4.0

like image 106
Mitch Wheat Avatar answered Nov 15 '22 17:11

Mitch Wheat