Category: SQL Server

SQL Server Error Code – 6288 alter assembly has marked data as unchec

In this blog post, you’ll learn more about the SQL Server Error Code 6288 and the error message description that is shown SQL Server Error Code 6288 SQL Server Error Description for the Code :6288 ALTER ASSEMBLY has marked data as unchecked in one or more objects in database “%.*ls”. Refer to column “has_unchecked_assembly_data” from system views “sys.tables” and “sys.views” to locate all such objects.

SQL Server Error Code – 46719 attempt to reset connection with ‘keep t

In this blog post, you’ll learn more about the SQL Server Error Code 46719 and the error message description that is shown SQL Server Error Code 46719 SQL Server Error Description for the Code :46719 Attempt to reset connection with ‘Keep Transaction’ failed because the incoming request was not a commit/rollback request. This error can occur if more than one SqlConnection is used within the…