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

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -