snakehips2000
Programmer
Can someone pease tell what the "Estimated Row Size" in Query Analyzer is? I'd presumed it was the number of columns , but the figure says 315 and I only have 10 columns in my query!
I'm looking at it because my query takes 3 minutes to return 800,000 rows. I've got a clustered index on a single field in the table which the Execution Plan says it is using. Is 3 mins what I should expect? (By the way, The OPTION(FAST, number ofrows) command in the SELECT statement doesn't seem to have any effect).
I'm looking at it because my query takes 3 minutes to return 800,000 rows. I've got a clustered index on a single field in the table which the Execution Plan says it is using. Is 3 mins what I should expect? (By the way, The OPTION(FAST, number ofrows) command in the SELECT statement doesn't seem to have any effect).