Results 1 to 3 of 3

Thread: creating and moving clustered index

  1. #1
    Join Date
    Nov 2002
    Posts
    261

    creating and moving clustered index

    have a 3rd party app (can't change) which has some bad sql. I have a table that is used in the sql which if I put a clustered (I had an index on the fields in the sql but it would ignore and table scan) will use and stop doing table scan. this is a million row table that is growing. the data going in is pretty mich insert only. I have a separate array and file group which I have moved indexes to last year. 2 questions

    1. If I would make a clustered index on the separate RAID and file group, doesn't the table need to go with it. I thought the clustered index and table had to be on same File Group

    2. If I do this anyone see any issues with moving this table and index on this file group

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    1. Yes.

    2. Should be ok.

  3. #3
    Join Date
    Dec 2006
    Posts
    8
    Keeping in mind that moving the table is offline operation.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •