Category: SQL Server

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.

SQL Server Error Code – 33058 cryptographic provider is now dropped. h

In this blog post, you’ll learn more about the SQL Server Error Code 33058 and the error message description that is shown SQL Server Error Code 33058 SQL Server Error Description for the Code :33058 Cryptographic provider is now dropped. However users who have an open cryptographic session with the provider can still use it. Restart the server to drop the provider for all users.

SQL Server Error Code – 1730 creating or altering compressed table ?%

In this blog post, you’ll learn more about the SQL Server Error Code 1730 and the error message description that is shown SQL Server Error Code 1730 SQL Server Error Description for the Code :1730 Creating or altering compressed table ?%.*ls? failed because the uncompressed row size would be %d, including %d bytes of internal overhead. This exceeds the maximum allowable table row size of…

SQL Server Error Code – 15577 warning: a linked server that refers to

In this blog post, you’ll learn more about the SQL Server Error Code 15577 and the error message description that is shown SQL Server Error Code 15577 SQL Server Error Description for the Code :15577 Warning: A linked server that refers to the originating server is not a supported scenario.  If you wish to use a four-part name to reference a local table, please use…