I'm running SQL 6.5 on a W2K box. While running a SQL Query I get the following error.
[Microsoft][ODBC SQL Server Driver][SQL Server]Can't allocate space for object '-547' in database 'tempdb' because the 'system' 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.
I increased the Tempdb from 400MB to 700MB but still same error. I can't find where to dump the transaction log.
Any help is appreciated.
Gene
[Microsoft][ODBC SQL Server Driver][SQL Server]Can't allocate space for object '-547' in database 'tempdb' because the 'system' 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.
I increased the Tempdb from 400MB to 700MB but still same error. I can't find where to dump the transaction log.
Any help is appreciated.
Gene