Hi,
Can anyone please provide me an efficient script to rebuild and reorganize the indexes of a very large table?
I have such 10 tables where the table size is very large with indexes are highly fragmented. Instead of simply running alter rebuild index statement, I want my script will choose based on factors when to go for rebuild index and when to go for rebuild index.
Kindly assist me with an efficient query.
Regards