Hello all,
we would like to measure how long a table scan on a specifc table takes.
We have tried it with Select Count(*) from Table but then only the first column(s) are read.
Select * from Table is not usable because it takes a long time for SSMS to display x million rows and does not show the actual time of the scan.
Any ideas?
Best Regards