Tag: MS SQL Server Error Codes

SQL Server Error Code – 18058 failed to load format string for error %

In this blog post, you’ll learn more about the SQL Server Error Code 18058 and the error message description that is shown SQL Server Error Code 18058 SQL Server Error Description for the Code :18058 Failed to load format string for error %d, language id %d. Operating system error: %s. Check that the resource file matches SQL Server executable, and resource file in localized directory…

SQL Server Error Code – 10635 an online operation cannot be performed

In this blog post, you’ll learn more about the SQL Server Error Code 10635 and the error message description that is shown SQL Server Error Code 10635 SQL Server Error Description for the Code :10635 An online operation cannot be performed for ‘%.*ls’ because the index contains column of large object type, and in the same transaction there are update operations before this online operation….

SQL Server Error Code – 8168 cannot create, drop, enable, or disable

In this blog post, you’ll learn more about the SQL Server Error Code 8168 and the error message description that is shown SQL Server Error Code 8168 SQL Server Error Description for the Code :8168 Cannot create, drop, enable, or disable more than one constraint, column, index, or trigger named ‘%.*ls’ in this context. Duplicate names are not allowed.

SQL Server Error Code – 365 the query processor could not produce a

In this blog post, you’ll learn more about the SQL Server Error Code 365 and the error message description that is shown SQL Server Error Code 365 SQL Server Error Description for the Code :365 The query processor could not produce a query plan because the FORCESEEK hint on table or view ?%.*ls? specified more seek columns than the number of key columns in index…

SQL Server Error Code – 1104 tempdb ran out of space during spilling.

In this blog post, you’ll learn more about the SQL Server Error Code 1104 and the error message description that is shown SQL Server Error Code 1104 SQL Server Error Description for the Code :1104 TEMPDB ran out of space during spilling. Create space by dropping objects and/or rewrite the query to consume fewer rows. If the issue still persists, consider upgrading to a higher…

SQL Server Error Code – 332 the target table ?%.*ls? of the output i

In this blog post, you’ll learn more about the SQL Server Error Code 332 and the error message description that is shown SQL Server Error Code 332 SQL Server Error Description for the Code :332 The target table ?%.*ls? of the OUTPUT INTO clause cannot be on either side of a (primary key, foreign key) relationship. Found reference constraint ?%ls?.