Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Existing table Partitioning

Author  Topic 

chetanb3
Yak Posting Veteran

52 Posts

Posted - 2014-03-10 : 08:52:55
I have a table taht I want to apply partitioning.

I would like to know if I can alter cluster index on table to use my partiton scheme. cluster index is created using PK.
I don't want to drop index.
   

- Advertisement -