Filegroups Question (SQL Server)

BeaverC32BeaverC32 Member Posts: 670 ■■■□□□□□□□
Hopefully there is someone out there than can answer this for me...

Can someone explain why you would ever want to use more than one user-defined filegroup? I understand that primary data files are used to hold user data, startup info, and points to other database files, and how secondary data files hold objects and can/should be placed on separate physical drives for a boost in performance.

With that said, why not just place all secondary data files within a single filegroup? I just don't understand how using multiple filegroups to hold secondary data files would be of any real use, especially since data files within the same filegroup can be on different physical drives.

This is just one of those topics that I can't wrap my head around.
MCSE 2003, MCSA 2003, LPIC-1, MCP, MCTS: Vista Config, MCTS: SQL Server 2005, CCNA, A+, Network+, Server+, Security+, Linux+, BSCS (Information Systems)

Comments

  • BeaverC32BeaverC32 Member Posts: 670 ■■■□□□□□□□
    *Bump*

    I understand that SQL is an area that is less popular than other sections of the forum. Anybody here work as a DBA or have similar experience with SQL? Anybody else studying for 70-431?
    MCSE 2003, MCSA 2003, LPIC-1, MCP, MCTS: Vista Config, MCTS: SQL Server 2005, CCNA, A+, Network+, Server+, Security+, Linux+, BSCS (Information Systems)
  • sinistamunkeysinistamunkey Member Posts: 15 ■□□□□□□□□□
    If it makes you feel any better... I am confused on that as well :)

    The only possible thing I can think of for more file groups is either for partitioning purposes or maybe if you have a set of tables that get an extra-ordinary amount of use.

    These are just newbie guesses though as I'm only up to the XML part icon_redface.gif
    Just because you can... doesn't mean you should.

    Next: 70-536 and then THE WORLD!
  • BeaverC32BeaverC32 Member Posts: 670 ■■■□□□□□□□
    Thanks for the reply...

    One thing I learned is that multiple filegroups are especially useful in very large databases. By having multiple filegroups, you can backup the filegroups on separate days rather than needing to complete the entire backup throughout a single maintenance window.
    MCSE 2003, MCSA 2003, LPIC-1, MCP, MCTS: Vista Config, MCTS: SQL Server 2005, CCNA, A+, Network+, Server+, Security+, Linux+, BSCS (Information Systems)
Sign In or Register to comment.