Hi All,
Is it possible to create Index on partition table for specific partition only in sql server 2012? Please anyone can provide the syntax?
I know we can rebuild an index for specific partition.
ALTERINDEX IX_TransactionHistory_TransactionDate ON Production.TransactionHistory REBUILD Partition=5;
BUt not aware that we can create it or not only to specific partition. Please respond.
Thanks Shiven:) If Answer is Helpful, Please Vote