Oracle 11g has introduced a new feature that is called Reference Partition. Using reference partitioning, a child table can inherit the partitioning characteristics from a parent table.
http://www.orafaq.com/wiki/Reference_partitioning
Is there an equivalent feature in SQL Server?
Thanks, Roni.