SQL Server Error Msg 7724 – Computed column cannot be used as a partition key if it is not persisted. Partition key column ‘%.*ls’ in table ‘%.*ls’ is not persisted.

In this blog post, let’s learn about the error message “7724 – Computed column cannot be used as a partition key if it is not persisted. Partition key column ‘%.*ls’ in table ‘%.*ls’ is not persisted.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

7724 – Computed column cannot be used as a partition key if it is not persisted. Partition key column ‘%.*ls’ in table ‘%.*ls’ is not persisted.

Reason for the Error

To be update soon…

Solution

To be update soon…