Hi,
I am planning to rebuild index on my database.(SQL Server 2005 Standard Edition)
When i query sys.indexes some tables showing 90% and some tables showing 0% fill factor.
In this case how can i rebuild indexes.
Actually i am planning to use script from http://www.sqldbpros.com/2010/11/sql-server-rebuild-indexes-the-fastest-way/
is there any tasks to perform after completion of index rebuild?