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

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -