Hi,
I did partitioning on a table on date column as
FILEGROUP= APPLE
.ndf FILES= APPLE_2010, APPLE_2011, APPLE_2012, APPLE_2013
now i am trying to implement sliding window partitioning with partitioning wizard
when i tried opening manage partition i was not able to select the option for sliding window
You will not be able to switch out or switch in data in this table since the table has non storage aligned indexes on it.
can you please help me in making sliding window partitioning
Thank all