Valid 70-462 Dumps shared by ExamDiscuss.com for Helping Passing 70-462 Exam! ExamDiscuss.com now offer the newest 70-462 exam dumps, the ExamDiscuss.com 70-462 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-462 dumps with Test Engine here:
You administer a Microsoft Azure SQL Database instance named Orders. Users report that a query that filters on OrderDate is taking an exceptionally long time. You discover that an index named IX_OrderDate on the CustomerOrder table is disabled. You need to ensure that the query can use the IX_OrderDate index. Which Transact-SQL command should you use?
Correct Answer: B
Explanation/Reference: Explanation: Enable a disabled index by using the Transact-SQL ALTER INDEX REBUILD command. Incorrect Answers: B: There is no ALTER INDEX ..ENABLE subcommand. References: https://docs.microsoft.com/en-us/sql/relational-databases/indexes/enable-indexes-and- constraints https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-index-transact-sql