- 論壇徽章:
- 0
|
我的程序操作一些SQL后,數(shù)據(jù)庫(kù)報(bào):
00:04/03/10 16:14:56.45 server Error: 1105, Severity: 17, State: 3
00:04/03/10 16:14:56.45 server Can't allocate space for object 'syslogs' in dat
abase 'tempdb' because the 'logsegment' segment is full. If you ran out of space
in syslogs, dump the transaction log. Otherwise, use ALTER DATABASE or sp_exten
dsegment to increase the size of the segment.
我dbcc checktable(syslogs),發(fā)現(xiàn)事務(wù)日志NO FULL,但重啟數(shù)據(jù)庫(kù)又可以正常運(yùn)行。如又運(yùn)行程序,又會(huì)報(bào)上述錯(cuò)誤。請(qǐng)大蝦幫忙,該如何解決?  |
|