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