Tag: MS SQL Server Error Codes
SQL Server Error Code – 1759 computed column ?%.*ls? in table ?%.*ls?
In this blog post, you’ll learn more about the SQL Server Error Code 1759 and the error message description that is shown SQL Server Error Code 1759 SQL Server Error Description for the Code :1759 Computed column ?%.*ls? in table ?%.*ls? is not allowed to be used in another computed-column definition.
SQL Server Error Code – 20600 agent profile for skipping data consiste
In this blog post, you’ll learn more about the SQL Server Error Code 20600 and the error message description that is shown SQL Server Error Code 20600 SQL Server Error Description for the Code :20600 Agent profile for skipping data consistency errors. It can be used only by SQL Server Subscribers.
SQL Server Error Code – 41359 a query that accesses memory optimized t
In this blog post, you’ll learn more about the SQL Server Error Code 41359 and the error message description that is shown SQL Server Error Code 41359 SQL Server Error Description for the Code :41359 A query that accesses memory optimized tables using the READ COMMITTED isolation level, cannot access disk based tables when the database option READ_COMMITTED_SNAPSHOT is set to ON. Provide a supported…
SQL Server Error Code – 46924 sql failed to start polybase for error c
In this blog post, you’ll learn more about the SQL Server Error Code 46924 and the error message description that is shown SQL Server Error Code 46924 SQL Server Error Description for the Code :46924 SQL failed to start PolyBase for error code 0x%lx.
SQL Server Error Code – 1766 foreign key references to temporary tabl
In this blog post, you’ll learn more about the SQL Server Error Code 1766 and the error message description that is shown SQL Server Error Code 1766 SQL Server Error Description for the Code :1766 Foreign key references to temporary tables are not supported. Foreign key ?%.*ls?.
SQL Server Error Code – 5303 the result of applying mutator ‘%.*ls’ o
In this blog post, you’ll learn more about the SQL Server Error Code 5303 and the error message description that is shown SQL Server Error Code 5303 SQL Server Error Description for the Code :5303 The result of applying mutator ‘%.*ls’ on CLR type ‘%.*ls’ cannot be a null value.
SQL Server Error Code – 6929 xml validation: invalid qname for xsi:ty
In this blog post, you’ll learn more about the SQL Server Error Code 6929 and the error message description that is shown SQL Server Error Code 6929 SQL Server Error Description for the Code :6929 XML Validation: Invalid QName for xsi:type attribute ‘%.*ls’.
SQL Server Error Code – 14842 the database ‘%.*ls’ contains remote_dat
In this blog post, you’ll learn more about the SQL Server Error Code 14842 and the error message description that is shown SQL Server Error Code 14842 SQL Server Error Description for the Code :14842 The database ‘%.*ls’ contains REMOTE_DATA_ARCHIVE tables, it will be marked as disconnected from the remote during the restore. If you would like to reconnect to the same archive or make…
SQL Server Error Code – 17827 there was a failure while attempting to
In this blog post, you’ll learn more about the SQL Server Error Code 17827 and the error message description that is shown SQL Server Error Code 17827 SQL Server Error Description for the Code :17827 There was a failure while attempting to encrypt a password. The connection has been closed.%.*ls
SQL Server Error Code – 21669 column [%s] cannot be published because
In this blog post, you’ll learn more about the SQL Server Error Code 21669 and the error message description that is shown SQL Server Error Code 21669 SQL Server Error Description for the Code :21669 Column [%s] cannot be published because it uses an unsupported data type [%s]. View supported data types by querying msdb.dbo.sysdatatypemappings.
SQL Server Error Code – 41094 always on: the local replica of availabi
In this blog post, you’ll learn more about the SQL Server Error Code 41094 and the error message description that is shown SQL Server Error Code 41094 SQL Server Error Description for the Code :41094 Always On: The local replica of availability group ‘%.*ls’ is restarting because the existing primary replica restarted or the availability group failed over to a new primary replica. This is…
SQL Server Error Code – 1065 the nolock and readuncommitted lock hint
In this blog post, you’ll learn more about the SQL Server Error Code 1065 and the error message description that is shown SQL Server Error Code 1065 SQL Server Error Description for the Code :1065 The NOLOCK and READUNCOMMITTED lock hints are not allowed for target tables of INSERT, UPDATE, DELETE or MERGE statements.