tigertoolbox
tigertoolbox copied to clipboard
Issue with table level indexes.
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'