Tag: MS SQL Server Error Codes

SQL Server Error Code – 1015 an aggregate cannot appear in an on clau

In this blog post, you’ll learn more about the SQL Server Error Code 1015 and the error message description that is shown SQL Server Error Code 1015 SQL Server Error Description for the Code :1015 An aggregate cannot appear in an ON clause unless it is in a subquery contained in a HAVING clause or select list, and the column being aggregated is an outer…

SQL Server Error Code – 20736 warning: values of some of the flags spe

In this blog post, you’ll learn more about the SQL Server Error Code 20736 and the error message description that is shown SQL Server Error Code 20736 SQL Server Error Description for the Code :20736 Warning: Values of some of the flags specified in the ‘schema_option’ property are not compatible with the publication’s compatibility level. The modified schema_option value of ‘%s’ will be used instead.

SQL Server Error Code – 7897 creating and altering soap endpoints wil

In this blog post, you’ll learn more about the SQL Server Error Code 7897 and the error message description that is shown SQL Server Error Code 7897 SQL Server Error Description for the Code :7897 Creating and altering SOAP endpoints will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently…

SQL Server Error Code – 3967 insufficient space in tempdb to hold row

In this blog post, you’ll learn more about the SQL Server Error Code 3967 and the error message description that is shown SQL Server Error Code 3967 SQL Server Error Description for the Code :3967 Insufficient space in tempdb to hold row versions.? Need to shrink the version store to free up some space in tempdb. Transaction (id=%I64d xsn=%I64d spid=%d elapsed_time=%d) has been marked as…