• A partitioned table actually is a split of a table into sections. Right now, your tables are really set as pages, and you treat the table as one object. You can split this with a partition key and deal with sections of the tables.

    Here's a basic BOL page: https://msdn.microsoft.com/en-us/library/ms188730.aspx