Indexes Flashcards
1
Q
How do you force the system to use a specific index in a query?
A
use WITH (INDEX(IndexName)) :
SELECT col1 FROM Table1 WITH (INDEX(Index1))
70-464 Certification > Indexes > Flashcards
How do you force the system to use a specific index in a query?
use WITH (INDEX(IndexName)) :
SELECT col1 FROM Table1 WITH (INDEX(Index1))
70-464 Certification (22 decks)