You cannot partition Adaptive Server system tables or tables that are already partitioned. Once you have partitioned a table, you cannot use any of the following Transact-SQL commands on the table until you unpartition it:
sp_placeobject
truncate table
alter table table_name partition n
See “alter table...unpartition Syntax” for more information.