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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Filegroup, Filestream and File

Author  Topic 

shapper
Constraint Violating Yak Guru

450 Posts

Posted - 2010-09-13 : 14:24:39
Hello,

I have a database with four tables and all of them have a FileStream
field.

I know I can create one or more Filegroups and inside each filegroup
create one or more files.

How should I distribute them?

I mean, should I have one filegroup for the database and one file
inside that filegroup for each table?

And how to specify in each table which file to use?

Thanks,
Miguel

dinakar
Master Smack Fu Yak Hacker

2507 Posts

Posted - 2010-09-13 : 16:18:09
Do you have multiple spindles to create these filegroups? If not it doesnt matter as much..

Dinakar Nethi
************************
Life is short. Enjoy it.
************************
http://weblogs.sqlteam.com/dinakar/
Go to Top of Page
   

- Advertisement -