Switching Filegroups and Schemasin SQL 2005

  • How do you switch objects between different filegroups and Schemas in SQL 2005?

    I ran into these problems recently, and could not find an answer.

    Any help would be appreciated. 

    Thanks,

    JP in Dallas, TX

  • For schema change use "ALTER SCHEMA (Transact-SQL) " command...

    To move the table between the filegroup you have to recreate the clustered index with the filegroup specified....

    MohammedU
    Microsoft SQL Server MVP

  • Mohammed:

    Thank you.

    I also just noticed I posted to the wrong group, so I appreciate you still responding here.

    Thanks,

    JP

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

You must be logged in to reply to this topic. Login to reply