SQL Server Error Code – 8662 cannot create the clustered index “%.*ls

In this blog post, you’ll learn more about the SQL Server Error Code 8662 and the error message description that is shown

SQL Server Error Code

8662

SQL Server Error Description for the Code :8662

Cannot create the clustered index “%.*ls” on view “%.*ls” because the view references an unknown value (SUM aggregate of nullable expression). Consider referencing only non-nullable values in SUM. ISNULL() may be useful for this.

Leave Your Comment