SQL Server Partition Switching -
I am trying to implement partition switching in SQL Server 2012. When I try to switch the partition, I get the following error message: "The table is partitioned, whereas the index '_PK' is not partitioned." I have a cluster index (auto-integer integer) which is not the primary key on the partition that I'm trying to switch to a different table. The primary key is a GUID, how do I get around it? Thank you.
Comments
Post a Comment