Timestamp error with SQL Server DB Backend

Hi @stschoenig
We have faced excatly the same issue with SQL Server 2012 and camunda 7.10
And the solution was to change any datetime2 column’s type to datetime.

Edited: