Tagged Questions
The filegroups tag has no wiki summary.
7
votes
5answers
5k views
SQL Server 2005 / 2008 - multiple filegroups?
I'm a developer at heart - but every now and then, a customer doesn't have a decent DBA to deal with these issues, so I'm called in to decide....
What are your strategies / best practices when it ...
3
votes
2answers
146 views
How to use a variable to specify filegroup in SQL Server
I want to alter a table to add a constraint during upgrade on a SQL Server database.
This table is normally indexed on a filegroup called 'MY_INDEX' - but may also be on a database without this ...
1
vote
1answer
154 views
SQL Server 2008 File Write Behaviors
Sort of a 101 question: with multiple files in a user defined filegroup, what is SQL Servers behavior when inserting rows? Round robin? Write until full and move on to the next?
I have found some ...
0
votes
1answer
99 views
Tables in 2 filegroups sql server
My predecessor for some reason split the data between two filegroups in our SQL Server 2005 database.
I'm thinking about just putting everything in one.
Any speculation on why someone would split ...