During the importation of a large number of records(1,495,000) on SQL Server 2000 to a table from a flat delimited file, a error is encountered when the import approaches 1,400,000. Error: Seek failed on an unnamed file. If we delete the top or bottom 400,000 records, the import works fine. This leads me to believe there is a possible memory limitation in MSSQL. Is this an accurate assumption? Any ideas on what could cause this? We thought it might be corrupt data but since we can solve the issue by deleting the top or bottom 400,000 records, it appears to be a size/memory issue.