Hi All!
I am trying to insert about 2.3 million rows of data from an Access database into a SQL Server 7.0 database using the import/export wizard. Each time I try to run the import I get the error message below:
Error at destination for row number 2328357. Errors encountered so far in this task: 1.
Could not allocate space for object '(SYSTEM table id:
-272326492)' in database 'TEMPDB' because the 'DEFAULT' filegroup is full.
The tempdb data file is set to grow by 256mb and the tempdb log file is set to grow by 128mb. Both are set for unlimited growth.
The database that I am inserting the data into is set to grow by 10% on both the data file and the log file again with unlimited growth.
Can anyone help resolve this issue??
Regards,
Alan
I am trying to insert about 2.3 million rows of data from an Access database into a SQL Server 7.0 database using the import/export wizard. Each time I try to run the import I get the error message below:
Error at destination for row number 2328357. Errors encountered so far in this task: 1.
Could not allocate space for object '(SYSTEM table id:
-272326492)' in database 'TEMPDB' because the 'DEFAULT' filegroup is full.
The tempdb data file is set to grow by 256mb and the tempdb log file is set to grow by 128mb. Both are set for unlimited growth.
The database that I am inserting the data into is set to grow by 10% on both the data file and the log file again with unlimited growth.
Can anyone help resolve this issue??
Regards,
Alan