473,395 Members | 1,791 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

the 'DEFAULT' filegroup is full

Server: Msg 1105, Level 17, State 2, Line 2
Could not allocate space for object '(SYSTEM table id: -276436763)' in
database 'TEMPDB' because the 'DEFAULT' filegroup is full.
this error occured during dbcc checkdb the total size of the file we are
doing on is [81GB].

what is the next step we need to take
we increased about 3699.mb in temp db
overall we have 8 databases in our server
anyone help would me much appreciated.

Thanks,
pardhi
--
Message posted via http://www.sqlmonster.com
Sep 8 '05 #1
4 6350
You could run DBCC CHECKDB WITH ESTIMATEONLY to see what the estimated
tempdb size is, then increase it to at least that size.

Simon

Sep 8 '05 #2
I did that it is showing almost the original file tha tis [81GB].
is there any other way

once agian thanks simon

Simon Hayes wrote:
You could run DBCC CHECKDB WITH ESTIMATEONLY to see what the estimated
tempdb size is, then increase it to at least that size.

Simon

--
Message posted via http://www.sqlmonster.com
Sep 8 '05 #3
You could use NOINDEX or PHYSICAL_ONLY to do a more 'lightweight' check
- that might reduce the required space, and unless you suspect you have
a problem that might be good enough for you.

In the worst case, you could run DBCC CHECKALLOC and then write a loop
to run DBCC CHECKTABLE for each table - that's equivalent (as far as I
know, but I have to admit I'm not entirely sure) to running DBCC
CHECKDB.

Simon

Sep 8 '05 #4
Yes there is a prob in the DB.i copied the backup file in testing server and
run checkdb dbcc checkdb fix that error but this is a long process.

looks like need to give some more space in tempdb.[81GB] but my collegue (dba)
is not accepting that way is there any other way.

Thanks simon

Simon Hayes wrote:
You could use NOINDEX or PHYSICAL_ONLY to do a more 'lightweight' check
- that might reduce the required space, and unless you suspect you have
a problem that might be good enough for you.

In the worst case, you could run DBCC CHECKALLOC and then write a loop
to run DBCC CHECKTABLE for each table - that's equivalent (as far as I
know, but I have to admit I'm not entirely sure) to running DBCC
CHECKDB.

Simon

--
Message posted via http://www.sqlmonster.com
Sep 8 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Giadis | last post by:
I seem to be having problems with a very simple install of MSDE on a Windows 2000 Server. When attempting to add new records, I receive the message "Could not allocate space for object 'MyTable'...
0
by: newbiegca_sqlsever2000 | last post by:
SQLServer 2000 Backup question. Let us say we have a database where data is stored in filegroup F1 and Filegroup F2 Backup of this is done on alternate days Day 1 - Full backup of file...
0
by: Louis | last post by:
I've been experimenting with filegroup backups. I currently "archive" old data by moving it into a different database. I thought I could try to use filegroups instead. That is "archive" old data...
2
by: arijitchatterjee123 | last post by:
Dear All, I am new in MS Sql Server.I am facing a error "'PRIMARY' filegroup is full".I went through the all previous submitions.But still this error is coming.Please help me out. I have...
2
by: mchang | last post by:
Hello, I have been trying to figure out how to temporarily change the max filegroup size of a SQL 2000 database I "inherited" when our DBA quit. I just need some breathing room until I can...
0
by: Takpol | last post by:
Hello, I have several archived filegroups that have data in them partitioned based on the date. These filegroups have been removed from database after archival. For example two months ago....
1
by: jkv10_2005 | last post by:
Hi, I have the following SQL procedure I am running to clean up a filegroup and move all data to a single .MDF file: use <db_name> print 'Move <db_name> db contents to MDF file' DBCC...
0
by: rcamarda | last post by:
As some readers of this newgroup can recall, I use Cognos' program called Data Manager to build my data warehouse. I has the ability to create indexes, however I cannot add other arguments to its...
1
by: akshaycjoshi | last post by:
Default filegroup is the one in which all database files are created when created without specifying a filegroup, all books say. I did this CREATE DATABASE Akshay_DB ALTER DATABASE Akshay_DB...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.