Amir Michail wrote:
Hi,Is there a way to speed things up with select distinct? Amir
It will run fastest when there is a unique, covering index for the query.
Amir Michail wrote:
Hi,Is there a way to speed things up with select distinct? Amir
It will run fastest when there is a unique, covering index for the query.