"Select Count(*) from ...." hangs on data import

  • We are INSERTING several millons records into a sql 2000 table.   During the load process, executing "select count(*) from <the table>" just hangs when executed. Why? How can I measure the progress of the load? Obviously, I'm hoping that successive applications of "select count(*).." would return something like : 1000, 2345, 7895,, 15,234 records. etc.

     

    Thanks,

     

    Bill

     

     

     

  • May be your load process holding the locks on the table.

    run your script with

    MohammedU
    Microsoft SQL Server MVP

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

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