Hi,
In my attempt to understand partitioning in SQL Server 2008, I successfully created a Partition Function, Partition Scheme and some testing partitioned table. The partiion function returns three ranges ahd the partition scheme maps the ranges to four filegroups with the last one flagged as "NEXT USED".
My question is: how can I know the filegroups used in a partition scheme and which one hast its NEXT USED flag set?
BTW, the table sys.partition_schemes doesn't do any good.