Category: SQL Server

SQL Server Error Code – 10116 cannot create %s_msg on view ‘%.*ls’ bec

In this blog post, you’ll learn more about the SQL Server Error Code 10116 and the error message description that is shown SQL Server Error Code 10116 SQL Server Error Description for the Code :10116 Cannot create %S_MSG on view ‘%.*ls’ because it contains one or more UNION, INTERSECT, or EXCEPT operators. Consider creating a separate indexed view for each query that is an input…

SQL Server Error Code – 41021 failed to find a dword property (propert

In this blog post, you’ll learn more about the SQL Server Error Code 41021 and the error message description that is shown SQL Server Error Code 41021 SQL Server Error Description for the Code :41021 Failed to find a DWORD property (property name ‘%s’) of the Windows Server Failover Clustering (WSFC) resource with ID ‘%.*ls’ (Error code %d).  If this is a WSFC availability group,…

SQL Server Error Code – 15113 too many failed login attempts. this acc

In this blog post, you’ll learn more about the SQL Server Error Code 15113 and the error message description that is shown SQL Server Error Code 15113 SQL Server Error Description for the Code :15113 Too many failed login attempts. This account has been temporarily locked as a precaution against password guessing. A system administrator can unlock this login with the UNLOCK clause of ALTER…

SQL Server Error Code – 22976 could not alter column ‘%s’ of change ta

In this blog post, you’ll learn more about the SQL Server Error Code 22976 and the error message description that is shown SQL Server Error Code 22976 SQL Server Error Description for the Code :22976 Could not alter column ‘%s’ of change table ‘%s’ in response to a data type change in the corresponding column of the source table ‘%s’. The Change Data Capture meta…

SQL Server Error Code – 3867 the filetable object ?%.*ls? contains sy

In this blog post, you’ll learn more about the SQL Server Error Code 3867 and the error message description that is shown SQL Server Error Code 3867 SQL Server Error Description for the Code :3867 The FileTable object ?%.*ls? contains system defined constraints that cannot be modified as long as the FILETABLE_NAMESPACE option is enabled on the table. Only user defined constraints have been updated.