hi,
Can you please provide me a good script which will perform the rebuild index activities against the indexes in a table only using a procedure?
In the procedure I want to define variable with parameters as Fillfactor percent and if fragmentation level > 30%, it will go for Rebulild Index, if less, it will go for ReOrg Index!
Regards..