Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: What Objects are on a FileGroup?

    I found one way to get the information:

    select a.name, b.name,a.groupid

    from sysindexes a,

    sysfiles b

    where a.groupid = b.groupid

    order by b.name,a.name

    Maybe there is a better way,... but couldn't find   sp_helpFileGroupObjects  

Viewing post 1 (of 2 total)