SQL Server In place upgrade from 2014 to 2017 RTM -CU17 failing with Assertion error.
'IS_OFF (BUF_MINLOGGED, m_buf->bstat) || pageModifyType != PageModifyType_Contents || GetPagePtr ()->IsTextPage ()'.
1. Database and SSIS is upgraded to 2017 and redeployed after in place upgrade from 2014 to 2017
2. we have a master package which runs around 120 child packages and failing continuously on a particular ETL package.This SSIS job calls a Stored procedure which contains merge statement ( around 80K records).
3.Same error when we run the individual package or running the Stored procedure on SSMS.
Following workaround are done but no luck
1. Drop and recreate SP
2.DBCC check on table