CPU usage 100%

  • Hi,

    I am in the midst of testing program that I have written to populate one table with more than 2 millions data.

    Now, I am running on Pentium 4 1.6GHz Single processor machine with 1.5GB RAM.

    When running, the CPU usage is always 99% - 100%. However, the RAM used is only up to 800 MB.

    Is this always the case when I running on 1 processor machine?

    I plan to test on new server with 4-processors + 3 GB RAM next month when we receive it.

    Do you think it behave the same as above for the 4-proc server?

     

    Thanks,

    G

  • You must loop through those 2 millons rows.

    That's why there is no memory usage and your CPU is very busy.

    _____________
    Code for TallyGenerator

  • I'd suggest a read of Inside sql server 2000.

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply