I am getting the error message
"Can't allocate space for object logs in database 'GPTEST' because 'default' segment is full. If you ran out of space in syslogs, dump the transaction log. Otherwise use Alter Database or sp_extendsegment to increase the size of the segment."
The log has 1 GB free and the database has 500 MB free. The table i am trying to build a clustered index on has roughly 4,000,000 rows. The data already is ordered by that field. I am using SQL Server 6.5. I would appreciate any insight into this problem. Obviously the server needs more temporary storage, but what do i need to resize? i have already tried using sp_extendsegment to extend the 'default' segment of the database, but only by 100 MB or so. I got the same error after extending the segment. Thanks in advance for any help. Ruairi
Could your manufacturing facility benefit from real time process monitoring? Would you like your employees to be able to see up to the minute goal and actual production?
For innovative, low cost solutions check out my website.
"Can't allocate space for object logs in database 'GPTEST' because 'default' segment is full. If you ran out of space in syslogs, dump the transaction log. Otherwise use Alter Database or sp_extendsegment to increase the size of the segment."
The log has 1 GB free and the database has 500 MB free. The table i am trying to build a clustered index on has roughly 4,000,000 rows. The data already is ordered by that field. I am using SQL Server 6.5. I would appreciate any insight into this problem. Obviously the server needs more temporary storage, but what do i need to resize? i have already tried using sp_extendsegment to extend the 'default' segment of the database, but only by 100 MB or so. I got the same error after extending the segment. Thanks in advance for any help. Ruairi
Could your manufacturing facility benefit from real time process monitoring? Would you like your employees to be able to see up to the minute goal and actual production?
For innovative, low cost solutions check out my website.