Hi All,
When we are partitioning a table in SQL Server 2005 , we get the following error.
Any help appreciated
Partition columns for a unique index must be a subset of the index key.
Thanks
Manish
Got the answer. We have to have the partitioning key also as a part of the primary key for the table, if it is not already the primary key
No comments:
Post a Comment