Tag: MS SQL Server Error Codes

SQL Server Error Code – 19472 failed to delete the wsfc cluster resour

In this blog post, you’ll learn more about the SQL Server Error Code 19472 and the error message description that is shown SQL Server Error Code 19472 SQL Server Error Description for the Code :19472 Failed to delete the WSFC cluster resource ‘%.*ls’. The error code is %d. The WSFC service may not be running or may be inaccessible in its current state, or the…

SQL Server Error Code – 1990 cannot define an index on a view with ig

In this blog post, you’ll learn more about the SQL Server Error Code 1990 and the error message description that is shown SQL Server Error Code 1990 SQL Server Error Description for the Code :1990 Cannot define an index on a view with ignore_dup_key index option. Remove ignore_dup_key option and verify that view definition does not allow duplicates, or do not index view.