I have a table in SQL Server 2008 R2. I want to know what file the data is being stored on. I know what filegroup the table is stored on. But I want to know which file it's on.
Or is that not possible? I guess the whole idea of filegroups is to have one table/index span multiple physical drives, so maybe the table is split between the two files in the filegroup.
Is that right?