Share via

SQL Server error: systemassertion check has failed

Gonzalez Comas Alfons (F4E) 0 Reputation points
2024-02-12T09:14:48.5+00:00

Dear colleagues, Since some days ago one of our data insert process on SQL Server (based on SQL Intgeration Services) is failing with the error provided below. User's image

We have followed all the suggestions displayed on the message (running DBCC CHECKDB, install latest CU) but error has appeared again after some days. Any idea about how to manage such a kind of error? Environment info: Microsoft SQL Server 2019 (RTM-CU24) (KB5031908) - 15.0.4345.5 (X64) Regards

An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80004005  Description: "Cannotcontinue the execution because the session is in the kill state.".An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80004005  Description: "A systemassertion check has failed. Check the SQL Server error log for details. Typically, an assertion failure is caused by a softwarebug or data corruption. To check for database corruption, consider running DBCC CHECKDB. If you agreed to send dumps toMicrosoft during setup, a mini dump will be sent to Microsoft. An update might be available from Microsoft in the latest ServicePack or in a Hotfix from Technical Support.".An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80004005  Description: "Location:"sql\\ntdbms\\storeng\\dfs\\trans\\xact.cpp":7960Expression: ITaskProxy::FIsCurrentTaskProxy (m_owningTaskProxy)
SQL Server Integration Services
SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories


3 answers

Sort by: Most helpful
  1. ZoeHui-MSFT 41,551 Reputation points
    2024-02-15T01:42:15.37+00:00

    Hi @Gonzalez Comas Alfons (F4E),

    If you have got the dump file, you may contact Microsoft Support to help analyze it.

    Services Hub (microsoft.com)

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Was this answer helpful?

    0 comments No comments

  2. Erland Sommarskog 134.7K Reputation points MVP Volunteer Moderator
    2024-02-12T22:39:29.6866667+00:00

    Assertion errors are typically tokens of bugs in SQL Server. Since you have installed the most recent CU, I think you are best off opening a support case.

    Was this answer helpful?

    0 comments No comments

  3. Greg Low 2,110 Reputation points Microsoft Regional Director
    2024-02-12T10:23:55.5766667+00:00

    What does it say in the SQL Server error log?
    Also, what options are being used in the OLE DB Destination? (e.g., is Fast Load being used?)

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.