SqlServer 关缺失索引
- Microsoft 文档及示例
https://learn.microsoft.com/zh-cn/sql/relational-databases/indexes/tune-nonclustered-missing-index-suggestions?view=sql-server-ver15
- 工具/脚本的存储库(Microsoft 的 Tiger Toolbox 中的 Index-Creation 脚本会检查缺失索引 DMV,并自动删除所有多余的建议索引,解析出影响较小的索引,并生成索引创建脚本供你查看。)
https://github.com/microsoft/tigertoolbox