Category: SQL Server

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

In this blog post, you’ll learn more about the SQL Server Error Code 8618 and the error message description that is shown SQL Server Error Code 8618 SQL Server Error Description for the Code :8618 The query processor could not produce a query plan because a worktable is required, and its minimum row size exceeds the maximum allowable of %d bytes. A typical reason why…

SQL Server Error Code – 35278 availability database ‘%.*ls’, which is

In this blog post, you’ll learn more about the SQL Server Error Code 35278 and the error message description that is shown SQL Server Error Code 35278 SQL Server Error Description for the Code :35278 Availability database ‘%.*ls’, which is in the secondary role, is being restarted to resynchronize with the current primary database. This is an informational message only. No user action is required.

SQL Server Error Code – 8183 only unique or primary key constraints c

In this blog post, you’ll learn more about the SQL Server Error Code 8183 and the error message description that is shown SQL Server Error Code 8183 SQL Server Error Description for the Code :8183 Only UNIQUE or PRIMARY KEY constraints can be created on computed columns, while CHECK, FOREIGN KEY, and NOT NULL constraints require that computed columns be persisted.