Tag: MS SQL Server Error Codes
SQL Server Error Code – 15518 cannot execute as the windows token. it
In this blog post, you’ll learn more about the SQL Server Error Code 15518 and the error message description that is shown SQL Server Error Code 15518 SQL Server Error Description for the Code :15518 Cannot execute as the Windows token. It is not valid, or you do not have permission.
SQL Server Error Code – 20730 setting @upload_first to ‘true’ requires
In this blog post, you’ll learn more about the SQL Server Error Code 20730 and the error message description that is shown SQL Server Error Code 20730 SQL Server Error Description for the Code :20730 Setting @upload_first to ‘true’ requires the publication to be at publication_compatibility_level of ’80RTM’ or higher. Use sp_changemergepublication to set publication_compatibility_level to ’80RTM’ or higher if you want to use this…
SQL Server Error Code – 28041 a corrupted message has been received. t
In this blog post, you’ll learn more about the SQL Server Error Code 28041 and the error message description that is shown SQL Server Error Code 28041 SQL Server Error Description for the Code :28041 A corrupted message has been received. The encrypted payload offset is invalid (%d).
SQL Server Error Code – 4508 views or functions are not allowed on te
In this blog post, you’ll learn more about the SQL Server Error Code 4508 and the error message description that is shown SQL Server Error Code 4508 SQL Server Error Description for the Code :4508 Views or functions are not allowed on temporary tables. Table names that begin with ‘#’ denote temporary tables.
SQL Server Error Code – 7935 table error: a filestream directory id %
In this blog post, you’ll learn more about the SQL Server Error Code 7935 and the error message description that is shown SQL Server Error Code 7935 SQL Server Error Description for the Code :7935 Table error: A FILESTREAM directory ID %.*ls exists for a column of object ID %d, index ID %d, partition ID %I64d, but that column does not exist in the partition.
SQL Server Error Code – 10720 an output into clause is not allowed in
In this blog post, you’ll learn more about the SQL Server Error Code 10720 and the error message description that is shown SQL Server Error Code 10720 SQL Server Error Description for the Code :10720 An OUTPUT INTO clause is not allowed in a nested INSERT, UPDATE, DELETE, or MERGE statement.
SQL Server Error Code – 16601 credential of database ‘%ls’ are invalid
In this blog post, you’ll learn more about the SQL Server Error Code 16601 and the error message description that is shown SQL Server Error Code 16601 SQL Server Error Description for the Code :16601 Credential of database ‘%ls’ are invalid.
SQL Server Error Code – 4855 line %d in format file “%ls”: unexpected
In this blog post, you’ll learn more about the SQL Server Error Code 4855 and the error message description that is shown SQL Server Error Code 4855 SQL Server Error Description for the Code :4855 Line %d in format file “%ls”: unexpected element “%ls”.
SQL Server Error Code – 21060 could not subscribe because non-sql serv
In this blog post, you’ll learn more about the SQL Server Error Code 21060 and the error message description that is shown SQL Server Error Code 21060 SQL Server Error Description for the Code :21060 Could not subscribe because non-SQL Server Subscriber ‘%s’ does not support parameterized statements.
SQL Server Error Code – 33570 specified workload group does not exist.
In this blog post, you’ll learn more about the SQL Server Error Code 33570 and the error message description that is shown SQL Server Error Code 33570 SQL Server Error Description for the Code :33570 Specified workload group does not exist. Switching to default workload group for TDE encryption scan.
SQL Server Error Code – 40106 the schema scope set in the session is n
In this blog post, you’ll learn more about the SQL Server Error Code 40106 and the error message description that is shown SQL Server Error Code 40106 SQL Server Error Description for the Code :40106 The schema scope set in the session is not the current schema scope for the current partition. Please rerun your query.
SQL Server Error Code – 21280 publication ‘%s’ cannot be subscribed to
In this blog post, you’ll learn more about the SQL Server Error Code 21280 and the error message description that is shown SQL Server Error Code 21280 SQL Server Error Description for the Code :21280 Publication ‘%s’ cannot be subscribed to by Subscriber database ‘%s’ because it contains one or more articles that have been subscribed to by the same Subscriber database at transaction level.
SQL Server Error Code – 33415 filestream directory_name ‘%.*s’ attempt
In this blog post, you’ll learn more about the SQL Server Error Code 33415 and the error message description that is shown SQL Server Error Code 33415 SQL Server Error Description for the Code :33415 FILESTREAM DIRECTORY_NAME ‘%.*s’ attempting to be set on database ‘%.*s’ is not unique in this SQL Server instance. Provide a unique value for the database option FILESTREAM DIRECTORY_NAME to enable…
SQL Server Error Code – 35458 it is part of an always on availability
In this blog post, you’ll learn more about the SQL Server Error Code 35458 and the error message description that is shown SQL Server Error Code 35458 SQL Server Error Description for the Code :35458 it is part of an Always On availability group. Consider removing the database from the availability group, changing the setting, and then adding the database back to the availability group
SQL Server Error Code – 45435 the operation could not be completed. th
In this blog post, you’ll learn more about the SQL Server Error Code 45435 and the error message description that is shown SQL Server Error Code 45435 SQL Server Error Description for the Code :45435 The operation could not be completed. The requested sku update would cause the master server to have a larger max_connections value than its replica(s).
SQL Server Error Code – 4960 alter table switch statement failed. che
In this blog post, you’ll learn more about the SQL Server Error Code 4960 and the error message description that is shown SQL Server Error Code 4960 SQL Server Error Description for the Code :4960 ALTER TABLE SWITCH statement failed. Check constraint ‘%.*ls’ in source table ‘%.*ls’ is NOCHECK constraint but the matching check constraint ‘%.*ls’ in target table ‘%.*ls’ is CHECK.
SQL Server Error Code – 8963 table error: object id %d, index id %d,
In this blog post, you’ll learn more about the SQL Server Error Code 8963 and the error message description that is shown SQL Server Error Code 8963 SQL Server Error Description for the Code :8963 Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). The off-row data node at page %S_PGID, slot %d, text ID %I64d has…
SQL Server Error Code – 13766 cannot drop the clustered index ‘%.*ls’
In this blog post, you’ll learn more about the SQL Server Error Code 13766 and the error message description that is shown SQL Server Error Code 13766 SQL Server Error Description for the Code :13766 Cannot drop the clustered index ‘%.*ls’ because it is being used for automatic cleanup of aged data. Consider setting HISTORY_RETENTION_PERIOD to INFINITE on the corresponding system-versioned temporal table if you…
SQL Server Error Code – 17883 process %ld:%ld:%ld (0x%lx) worker 0x%p
In this blog post, you’ll learn more about the SQL Server Error Code 17883 and the error message description that is shown SQL Server Error Code 17883 SQL Server Error Description for the Code :17883 Process %ld:%ld:%ld (0x%lx) Worker 0x%p appears to be non-yielding on Scheduler %ld. Thread creation time: %I64d. Approx Thread CPU Used: kernel %I64d ms, user %I64d ms. Process Utilization %d%%. System…
SQL Server Error Code – 177 the identity function can only be used w
In this blog post, you’ll learn more about the SQL Server Error Code 177 and the error message description that is shown SQL Server Error Code 177 SQL Server Error Description for the Code :177 The IDENTITY function can only be used when the SELECT statement has an INTO clause.