In this blog post, let’s learn about the error message “12008 – Table ‘%.*ls’ does not have a clustered primary key as required by the %S_MSG index. Make sure that the primary key column exists on the table before creating a %S_MSG index.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
12008 – Table ‘%.*ls’ does not have a clustered primary key as required by the %S_MSG index. Make sure that the primary key column exists on the table before creating a %S_MSG index.
Reason for the Error
To be update soon…
Solution
To be update soon…