What is the Maximum Size per Database for SQL Server Express ?

SQL Server Express supports a maximum size of 4 GB per database, which excludes all the log files. From SQL Server 2008 R2 onwards this size has been made to 10 GB. This is quite some data for a conventional application and when designed properly can be used efficiently for small development purposes.



You May Interest

MS SQL Finding Which Tables a Column Name is In

Using MS SQL COUNT

How to Rebuild the Master Database in SQL Server ?

MS SQL Compiling a Stored Procedure With a Requery

What is an Online Rebuilding of Indexes in SQL Server ?