TalentedFool
Programmer
How can I find out which filegroup a table has been created in ?
For example if I use
create table test1(
Field1 varchar(1)
)
on SomeFileGroup
Then I know that the test1 table will be stored in the SomeFileGroup filegroup.
I've searched all the built in tables such as sysfilegroups, sysobjects etc to find a link between them but just can't see one.
Anybody help?
Just looking to tidy up my database and order things.
Cheers
~ Remember - Nothing is Fool Proof to a Talented Fool ~