SQL Server Error Msg 13711 – System-versioned table schema modification failed because column ‘%.*ls’ has data type %s in history table ‘%.*ls’ which is different from corresponding column type %s in table ‘%.*ls’.

In this blog post, let’s learn about the error message “13711 – System-versioned table schema modification failed because column ‘%.*ls’ has data type %s in history table ‘%.*ls’ which is different from corresponding column type %s in table ‘%.*ls’.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

13711 – System-versioned table schema modification failed because column ‘%.*ls’ has data type %s in history table ‘%.*ls’ which is different from corresponding column type %s in table ‘%.*ls’.

Reason for the Error

To be update soon…

Solution

To be update soon…