Tag: MS SQL Server Error Codes

SQL Server Error Code – 10137 cannot create %s_msg on view “%.*ls” bec

In this blog post, you’ll learn more about the SQL Server Error Code 10137 and the error message description that is shown SQL Server Error Code 10137 SQL Server Error Description for the Code :10137 Cannot create %S_MSG on view “%.*ls” because it references common table expression “%.*ls”. Views referencing common table expressions cannot be indexed. Consider not indexing the view, or removing the common…

SQL Server Error Code – 17166 initializing microsoft distributed trans

In this blog post, you’ll learn more about the SQL Server Error Code 17166 and the error message description that is shown SQL Server Error Code 17166 SQL Server Error Description for the Code :17166 Initializing Microsoft Distributed Transaction Coordinator (MS DTC) resource manager [%ls] for server instance %ls. This is an informational message only. No user action is required.

SQL Server Error Code – 11903 cannot create table ‘%.*ls’ because non-

In this blog post, you’ll learn more about the SQL Server Error Code 11903 and the error message description that is shown SQL Server Error Code 11903 SQL Server Error Description for the Code :11903 Cannot create table ‘%.*ls’ because non-nullable column ‘%.*ls’ cannot be declared as hidden without either a DEFAULT constraint, the GENERATED ALWAYS attribute, or the IDENTITY attribute.