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

What is an Index in SQL Server ?

Getting Rows in a Table in Random Order in MS SQL

What is the Difference Between VARCHAR and NVARCHAR in SQL Server ...

What is the Use of DBCC Commands in SQL Server ?

Differences Between Stored Procedure and Function in MS SQL