In this blog post, let’s learn about the error message “1908 – Column ‘%.*ls’ is partitioning column of the index ‘%.*ls’. Partition columns for a unique index must be a subset of the index key.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
1908 – Column ‘%.*ls’ is partitioning column of the index ‘%.*ls’. Partition columns for a unique index must be a subset of the index key.
Reason for the Error
To be update soon…
Solution
To be update soon…