• Perhaps you don't have partitions?

    It looks to me that you can complete page level compression for the whole table by doing this:

    ALTER TABLE T1 REBUILD WITH (DATA_COMPRESSION = PAGE)

    It's worth a try anyway.

    Regards, Irish