Click here to Skip to main content
15,901,426 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi
i have database of 3.9GB and it increase it size by adding data so in feature it becomes more than 4GB.
and i use sql server 2005 express edition (it's free version) can support in feature bigger database..

problems is can sql server 2005 support 4 or 5GB of database...
Posted
Updated 27-Dec-11 0:04am
v4

SQL Server Express Edition has a size limitation of 4GB which cannot be overridden (see: http://msdn.microsoft.com/en-us/library/ms345154(v=sql.90).aspx[^]).

One possibility is to upgrade to SQL Server 2008 R2 Express if you want to use free edition or to Standard Edition. In SQL Server 2008 R2 the limitation of the database size has grown to 10GB, see: http://msdn.microsoft.com/en-us/library/cc645993.aspx[^].

Also remember that you can run the 2008 R2 version in backward compatible mode so it shouldn't be a problem for the application even if it relies on 2005 specific behaviour.
 
Share this answer
 
Comments
thatraja 27-Dec-11 2:54am    
5!
Wendelius 27-Dec-11 3:10am    
Thanks :)
AmitGajjar 27-Dec-11 7:05am    
5+
Wendelius 27-Dec-11 13:48pm    
Thank you :)
SQL Server Express Edition has a size limitation of 4GB which cannot be overridden (see: http://msdn.microsoft.com/en-us/library/ms345154(v=sql.90).aspx[^]).

One possibility is to upgrade to SQL Server 2008 R2 Express if you want to use free edition or to Standard Edition. In SQL Server 2008 R2 the limitation of the database size has grown to 10GB, see: http://msdn.microsoft.com/en-us/library/cc645993.aspx[^].

Also remember that you can run the 2008 R2 version in backward compatible mode so it shouldn't be a problem for the application even if it relies on 2005 specific behaviour.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900