August 24, 2011 at 6:25 am
I have a DB that is presently 4gb and it says in the proerties that the spce available is only 20MB so I cannot add anything else to it. The poerties of the DB have been set to autogrow and by 1000MB at a time. Why is the space not being allocated. I have 1TB of space free too.
August 24, 2011 at 6:46 am
You mean that if you add data it fails because of "Could not allocate a new page for database" error?
-- Gianluca Sartori
August 24, 2011 at 6:48 am
I am trying to add data to my Share Point server and I get the following error.
Database full error on SQL Server instance 'SHAREPOINT\SharePoint' in database 'WSS_Content_81dba106-e5f6-4ba5-8660-cc6099ecc80f'. Additional error information from SQL Server is included below. Could not allocate space for object 'dbo.AllDocStreams'.'AllDocStreams_CI' in database 'WSS_Content_81dba106-e5f6-4ba5-8660-cc6099ecc80f' 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.
The issue with this is that I have loads of space on the drive.
I have loads of disk space. SQL 2008 R2
August 24, 2011 at 6:50 am
select @@version
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 24, 2011 at 6:52 am
dstyles (8/24/2011)
I am trying to add data to my Share Point server and I get the following error.Database full error on SQL Server instance 'SHAREPOINT\SharePoint' in database 'WSS_Content_81dba106-e5f6-4ba5-8660-cc6099ecc80f'. Additional error information from SQL Server is included below. Could not allocate space for object 'dbo.AllDocStreams'.'AllDocStreams_CI' in database 'WSS_Content_81dba106-e5f6-4ba5-8660-cc6099ecc80f' 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.
The issue with this is that I have loads of space on the drive.
I have loads of disk space. SQL 2008 R2
What happens when you try to increase the size of the Data File?
August 24, 2011 at 6:54 am
dstyles (8/24/2011)
I have a DB that is presently 4gb and it says in the proerties that the spce available is only 20MB so I cannot add anything else to it. The poerties of the DB have been set to autogrow and by 1000MB at a time. Why is the space not being allocated. I have 1TB of space free too.
Are you using unrestricted File growth for the data file?
August 24, 2011 at 7:03 am
Here are two screen shot for you
August 24, 2011 at 7:03 am
How do I increase the DB size I thought it would do it automatically
August 24, 2011 at 7:13 am
GilaMonster (8/24/2011)
select @@version
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 24, 2011 at 7:15 am
What are you asking?
August 24, 2011 at 7:16 am
dstyles (8/24/2011)
Here are two screen shot for you
You have indeed set it to unrestricted. To increase the size follow these steps . Good luck! 🙂
August 24, 2011 at 7:17 am
I ran your querry
Microsoft SQL Server 2008 (SP1) - 10.0.2531.0 (X64) Mar 29 2009 10:11:52 Copyright (c) 1988-2008 Microsoft Corporation Express Edition (64-bit) on Windows NT 6.0 <X64> (Build 6002: Service Pack 2)
I have both installed but the DB I am working with is using the first one.
August 24, 2011 at 7:18 am
4gb limit on Express edition (changed in 2008 R2)
August 24, 2011 at 7:21 am
Here is what I get. How do I move it from SQL express then.
August 24, 2011 at 7:24 am
Exactly what I thought...
You have Express edition, the free edition of SQL. Databases are limited to 4GB in SQL Express 2008 and 10GB in SQL Express 2008 R2.
You're probably going to need to buy a licence for a higher edition of SQL, one that doesn't have a size limit.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 15 posts - 1 through 15 (of 23 total)
You must be logged in to reply to this topic. Login to reply