Hi,
I am trying to utilize the undocumented fn_dump_dblog function as part of a replication implementation. It works as expected on SQL 2014. But SQL 2016 yields the error below. Has anyone else encountered this issue?
Location:dumplog.cpp:11434Expression:m_seqnum == BACKUPSET_DBLOG
SPID:72
Process ID:3319
Msg 3624, Level 20, State 1, Line 1
A system assertion check has failed. Check the SQL Server error log for details. Typically, an assertion failure is caused by a software bug or data corruption. To check for database corruption, consider running DBCC CHECKDB. If you agreed to send dumps to Microsoft during setup, a mini dump will be sent to Microsoft. An update might be available from Microsoft in the latest Service Pack or in a Hotfix from Technical Support.
Msg 596, Level 21, State 1, Line 0
Cannot continue the execution because the session is in the kill state.
Msg 0, Level 20, State 0, Line 0
A severe error occurred on the current command. The results, if any, should be discarded.