Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Dropping and restoring DB to fix file fragmentation

    I am aware that moving the clustered indexes moves the data itself and I guess that was my point, move the data off to a different file group on a...

  • RE: Dropping and restoring DB to fix file fragmentation

    If you need to keep the database online and you have another available LUN on your SAN, you could move all your clustered indexes, then your non-clustered indexes off to...

  • RE: Exclude some Rows from a different Table

    Also without knowing your entire situation and schema, I would take the NOT IN approach as it is slightly easier than the EXCEPT syntax. The EXCEPT syntax requires that...

  • RE: IsAlphaNumeric

    I have been doing this operation with the LIKE operator in the past and have never thought of the PATINDEX operator. Both ways work well, i really can't find...

  • RE: INDEX DEFRAGMENTATION SCRIPT

    Nice script.

    For performance purposes, have you considered dynamically specifying the FILLFACTOR on your index rebuilds to help with page splits and IO performance?

    Not sure what your database default is for...

Viewing 5 posts - 1 through 5 (of 5 total)