Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: clustered index or not

    you can make SQL Server use particular index with a hint like:

    SELECT * FROM [table_name] WITH( INDEX(index_name))

    WHERE etc.

    Try it.

Viewing post 1 (of 1 total)