SQL Interview: 49 Index impacts on update operations
This is a post in the SQL Interview series. These aren’t trick or gotcha questions, they’re just questions designed to scope out a candidate’s knowledge around SQL Server and Azure SQL Database.
Section: Administrator Level: Medium
Question:
You are considering adding an index to a table.
You have heard that adding indexes slows down UPDATE commands.
Does adding an index always slow down updates? If so, why? If not, why not?
2025-05-20