Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
ruan4u
Posting Yak Master
132 Posts |
Posted - 2005-01-18 : 17:11:02
|
| I have a DB thats currently showing a size of 3GB. I only have one Filegroup for data and indexes.I did sp_spaceused on some tables.Should i create1. different filegroup for index and data2. should have create 2-3 filegroup and heavy tables use that filegroup.How should i structure it the best. |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2005-01-18 : 17:19:43
|
| Why would you want to do that?What benefit do you think you will get or are looking for?==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
ruan4u
Posting Yak Master
132 Posts |
Posted - 2005-01-18 : 22:16:14
|
| Well,then are suggesting that i just leave it to default filegroup then. |
 |
|
|
ruan4u
Posting Yak Master
132 Posts |
Posted - 2005-01-18 : 22:30:21
|
| Are you suggesting that keeping everything in filegroup(mdf file) will is a setting i can live with.If not what should i do. I thought it was recommended to have the index filegroup and the data filegroup seperate for performance benefits.thanks |
 |
|
|
derrickleggett
Pointy Haired Yak DBA
4184 Posts |
Posted - 2005-01-18 : 23:37:19
|
| You only seperate them for performance if you are going to put them on different physical disks or need to break the backups apart into file backups. Otherwise, there isn't a huge benefit to the overhead of maintaining them.MeanOldDBAderrickleggett@hotmail.comWhen life gives you a lemon, fire the DBA. |
 |
|
|
|
|
|