Avatar of infos-split
infos-split
Flag 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 ?
Microsoft SQL ServerMicrosoft SQL Server 2008Databases

Avatar of undefined
Last Comment
Daniel_PL

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Forefront_Data_Solutions

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Forefront_Data_Solutions

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)
lamaslany

The 10GB limit is for SQL 2008 R2 Express
Daniel_PL

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
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck