Seaquel
SQL Server error code

SQL Server error 4117

SQL Server raises error 4117 at severity 16, which marks a problem with the query or data that you can correct.

Cannot retrieve table data for the query operation because the table "%.*ls" schema is being altered too frequently. Because the table "%.*ls" contains a computed column, changes to the table schema require a refresh of all table data. Retry the query operation, and if the problem persists, use SQL Server Profiler to identify what schema-altering operations are occurring.
Msg4117
Severity16
Group4000–4999

Source: Database Engine events and errors