Hi, I have a query that's taking longer than usual to run. It's basically just a straight copy from one table to another. (Note this is SQL 2000 SP4).
I can see in "current activity" that the Physical IO is increasing so I know it's still going. My question is: Is there a way to see how many rows it has inserted so far? I know how many it has to do so I'd like to know how much longer it will run.
Is there a way maybe to calculate how much data it has inserted from the "Physical IO" column in "current activity"?
Thanks