tigertoolbox icon indicating copy to clipboard operation
tigertoolbox copied to clipboard

Cannot insert the value NULL into column 'statsID', table 'database1.dbo.tbl_AdaptiveIndexDefrag_Stats_log'

Open kinguru opened this issue 5 years ago • 2 comments

Error 515 has occurred. Message: Cannot insert the value NULL into column 'statsID', table 'database1.dbo.tbl_AdaptiveIndexDefrag_Stats_log'; column does not allow nulls. INSERT fails. (Line Number: 2113)

kinguru avatar Jun 10 '20 11:06 kinguru

@pmasl , can you review this PR which I opened to resolve this?

IanMoroney avatar Apr 07 '22 15:04 IanMoroney

encountered this too in a Production DB resulting to not have the maintenance run for months and now left with a terrible index state. Allowed nulls for [tbl_AdaptiveIndexDefrag_Stats_log].[statsID] as temp fix.

biohazardxxx avatar Nov 21 '22 14:11 biohazardxxx