Hi, recently upgraded from SQL2005 onto SQL 2012 SP1. I've perform a DBCC CheckDB but shows no data corruption or errors etc.
When executing an SP which simply inserts into a table on another server (SQL2005) using a linked server. But I keep getting this error for it ->
Location: e:\sql11_main_t\sql\common\DK\sos\include\common.inl:3935
Expression: pBefore == NULL
SPID: 63
Process ID: 2868
Msg 3624, Level 20, State 1, Line 20
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 QFE from Technical Support.
Msg 0, Level 20, State 0, Line 0
A severe error occurred on the current command. The results, if any, should be discarded.
Any ideas on the expression/location details there?