MSSQL Server와 Delphi를 이용해서 작업을 하고 있읍니다.
SQL Server안에는 외형적으로는 800메가바이트 크기로 하고 실제 자료는 약520메거바이트
정도를 차지 하고 있읍니다.(SQL Server안에서 확인해 보니까...)
이자료들중에 약18만건 정도되는 자료가 있는데 그자료에다가 외부에 존재하는 DBF자료를
Append를 하고자 하는데(Query와 Table 컴포넌트 이용) 아래와 같은 에러가 발생 했읍니다.
도와주세요..
Error Message >
General SQL error
[Microsoft][ODBC SQL Server Driver][SQL Server] Can't allocate space for object
'_385' in database 'tempdb' becuase the system segment is full.
If you ran out of space in Syslogs, dump the transaction log.
Otherwise, use ALTER DATABSE or sp_extendSegment to increase the size of the Segment.
[Micrdsoft][ODBC SQL Server Driver][SQL Server] Sort failed: Out of space or locks in
database 'tempdb'.
좋은 코딩 하세요...
|