SQL Server Error Code – 12016 creating a %s_msg index requires that th
In this blog post, you’ll learn more about the SQL Server Error Code 12016 and the error message description that is shown
SQL Server Error Code
12016
SQL Server Error Description for the Code :12016
Creating a %S_MSG index requires that the primary key in the base table satisfy the following restrictions. The maximum number of primary-key columns is %d. The maximum combined per-row size of the primary-key columns is %d bytes. The primary key on the base table ‘%.*ls’ has %d columns, and contains %d bytes. Alter the base table to satisfy the primary-key restrictions imposed by the %S_MSG index.
Leave Your Comment