tigertoolbox icon indicating copy to clipboard operation
tigertoolbox copied to clipboard

Issue with table level indexes.

Open Paraspa13 opened this issue 5 years ago • 0 comments

I tried to run below command to rebuild index on one particular table. But it started rebuilding all the fragmented indexes in the database.

EXEC dbo.usp_AdaptiveIndexDefrag @dbScope ='ABC', @tblName = 'dbo.Table1'

Paraspa13 avatar Jun 05 '20 17:06 Paraspa13