Forum Discussion
kastabeg
Jun 16, 2022Copper Contributor
sql server rebuild index task problem
Hello everybody, sorry for my bad english please. I have sql server: 2019 (RTM-CU16) Indexes in my databases were very fragmented (60- 90 %) I created and executed rebuild index task: I...
kastabeg
Jun 17, 2022Copper Contributor
thank you, but as you can see at screenshot, i filtered small tables and "good " indexes.
problem is that my task rebuilds huge indexes with zero fragmentation when i start it second time.
problem is that my task rebuilds huge indexes with zero fragmentation when i start it second time.
Ronen_Ariely
Jun 20, 2022MVP
Hi kastabeg
Please elaborate on how you got the conclusion that the index was rebuild for these small and fragmented tables. What exact query did you use or what source of info?
- kastabegJun 23, 2022Copper Contributorthanks to everybody.
now i use https://ola.hallengren.com/sql-server-index-and-statistics-maintenance.html
it works fine!