Data and Text on Filegroups

  • I know where to look to find which file group(s) a table's data and indexes are on.  However, I can't seem to find a query or command to show me the file group where the TEXT data of a table is. 

    Anyone know? 

  • select filegroup_name(groupid) as filegroup ,object_name(id) as table_name from sysindexes where indid = 255

     

  • Thanks.  That's what I needed.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply