Tag: MS SQL Server Error Codes

SQL Server Error Code – 1101 could not allocate a new page for databa

In this blog post, you’ll learn more about the SQL Server Error Code 1101 and the error message description that is shown SQL Server Error Code 1101 SQL Server Error Description for the Code :1101 Could not allocate a new page for database ?%.*ls? because of insufficient disk space in filegroup ?%.*ls?. Create the necessary space by dropping objects in the filegroup, adding additional files…

SQL Server Error Code – 356 the target table ?%.*ls? of the insert s

In this blog post, you’ll learn more about the SQL Server Error Code 356 and the error message description that is shown SQL Server Error Code 356 SQL Server Error Description for the Code :356 The target table ?%.*ls? of the INSERT statement cannot be on either side of a (primary key, foreign key) relationship when the FROM clause contains a nested INSERT, UPDATE, DELETE,…

SQL Server Error Code – 10773 the remote_data_archive_override hint is

In this blog post, you’ll learn more about the SQL Server Error Code 10773 and the error message description that is shown SQL Server Error Code 10773 SQL Server Error Description for the Code :10773 The REMOTE_DATA_ARCHIVE_OVERRIDE hint is not applicable to object ‘%.*ls’ because it is not a table with REMOTE_DATA_ARCHIVE enabled. Remove the REMOTE_DATA_ARCHIVE_OVERRIDE hint and resubmit the statement.