We are trying to import data from a sql 7 machine into sql 2000 using
import wizard in DTS. One of the tables has in excess of 80 million
rows.
The first time we did this it worked fine no problems. However we had
to recreate the database, and it has not worked since.
The error message is reported as ' the log file for 'dbname' is full'.
This happens regardless of the fact that there is 100GB free on disk,
and that the database data and log files are both set to autogrow. The
recovery model is set to simple.
When imported the data.mdf file should be around 20GB.
Would anyone know what is causing this or how to get around this
without going down the SQL7 install, restore and upgrade to sql2000
route?
Any help would be appreciated greatly.
import wizard in DTS. One of the tables has in excess of 80 million
rows.
The first time we did this it worked fine no problems. However we had
to recreate the database, and it has not worked since.
The error message is reported as ' the log file for 'dbname' is full'.
This happens regardless of the fact that there is 100GB free on disk,
and that the database data and log files are both set to autogrow. The
recovery model is set to simple.
When imported the data.mdf file should be around 20GB.
Would anyone know what is causing this or how to get around this
without going down the SQL7 install, restore and upgrade to sql2000
route?
Any help would be appreciated greatly.
Comment