1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

replaced broken link (#7176)

This commit is contained in:
dsh
2024-09-20 09:36:24 +01:00
committed by GitHub
parent 8b73387f03
commit ca1abffc36

View File

@@ -4,5 +4,5 @@ Managing indexes in SQL involves creating, modifying, and dropping indexes to op
Learn more from the following resources:
- [@article@SQL Server Indexes](https://www.sqlservercentral.com/articles/sql-server-indexes)
- [@article@SQL Server Indexes](https://www.sqlservercentral.com/articles/introduction-to-indexes)
- [@article@Optimize index maintenance](https://learn.microsoft.com/en-us/sql/relational-databases/indexes/reorganize-and-rebuild-indexes?view=sql-server-ver16)