Link to home
Create AccountLog in
Avatar of infos-split
infos-splitFlag for Croatia

asked on

SQL 2008 Express capacity limit

I have a problem with a database on SQL 2008 Express. SQL server is generating an error after trying to add any data in the database
Error:
 ' ... because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup' .

Database is 3.94 GB of size and filesystem on a disk is NTFS.
I doubt the version of SQL 2008 Express.
This is what I get from server after 'select @@version'.

Microsoft SQL Server 2008 (RTM) - 10.0.1600.22 (Intel X86)
      Jul  9 2008 14:43:34
      Copyright (c) 1988-2008 Microsoft Corporation
      Express Edition with Advanced Services on Windows NT 5.1 <X86> (Build 2600: Service Pack 3)

Is this version with 4 GB limit ? I've heard that the limit of database on SQL 2008 Express is 10 GB.  Am I right or there is something else ?
ASKER CERTIFIED SOLUTION
Avatar of Forefront_Data_Solutions
Forefront_Data_Solutions
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
And YES, you are using SQL 2008 Express with Advanced Services

Express Edition with Advanced Services on Windows NT 5.1 <X86> (Build 2600: Service Pack 3)
Avatar of lamaslany
The 10GB limit is for SQL 2008 R2 Express
You need to get SQL Server 2008 R2 Express, it has 10GB database size limit.
SQL Server 2008 R2 Express Database Size Limit Increased to 10GB