Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Table Fragmentation

    Do you have clustered index on this table? If you do, you can reindex that clustered index and it will reorg the table. If you don't, create a clustered index...

Viewing post 1 (of 2 total)