Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I am getting this error when I run

Status
Not open for further replies.

asdf098

Programmer
Aug 13, 2001
6
0
0
SG
I am getting this error when I run a Stored Procedure in SQL Server. Any pointers will be greatly appreciated


Microsoft OLE DB Provider for SQL Server error '80040e14'
Could not allocate space for object '(SYSTEM table id: -639826266)' in database 'TEMPDB' because the 'DEFAULT' filegroup is full.

Thanks in advance
Raghu Ram
 
This means your tempdb is full. Allocate more space for growth such as 25% instead of 10% and possibly create secondary data and log files on a seperate drive. Ashley L Rickards
SQL DBA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top