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.
| Msg | 4117 |
|---|---|
| Severity | 16 |
| Group | 4000–4999 |