Has anyone had any experience using the query option "Option (FAST n)"?
BOL says this: Specifies that the query is optimized for fast retrieval of the first number_rows (a nonnegative integer). After the first number_rows are returned, the query continues execution and produces its full result set.
Does this actually work? I'd be interested in any comments from anyone who has implemented this option.
Thanks in advance...
BOL says this: Specifies that the query is optimized for fast retrieval of the first number_rows (a nonnegative integer). After the first number_rows are returned, the query continues execution and produces its full result set.
Does this actually work? I'd be interested in any comments from anyone who has implemented this option.
Thanks in advance...