Hi All,
My name is Srinivas. I want some solution for my different scenario.
I want to make one of existing table to be partition. but this table have no index or primary or unique column. But it has DATE column. i want to create partitions based on month wise by using this date column. Is it require primary or unique column to create partition ?
if we want create partition is it change table structure ?
Do we have any links for crating table partition with out primary key or cluster index for existing SQL Server table.
could you please share your ideas or links or suggestions will be gr8 help to me.