Importing from SQL7 using DTS wizard

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Gill

    Importing from SQL7 using DTS wizard

    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.
  • John Bell

    #2
    Re: Importing from SQL7 using DTS wizard

    Hi

    You may want to try attaching the mdf and ldf files from the SQL 7 box onto
    the SQL 2000 box and then making any modifications required or restore a
    backup.

    You don't say how big the log file is. If it is set to grow by a percentage
    that value may be larger than the available disk space.

    Check out





    John

    "John Gill" <pizzaboyo@yaho o.co.uk> wrote in message
    news:a8be1015.0 311070405.17c37 eb@posting.goog le.com...[color=blue]
    > 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.[/color]


    Comment

    Working...