sys.dm_db_index_physical_stats shows I have 3 PK indexes after rebuild

后端 未结 0 714
长发绾君心
长发绾君心 2021-01-11 17:20

I was checking the fragmentation in the index in one table of my DB with the following query

SELECT a.object_id, object_name(a.object_id) AS TableName,
    a.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题