You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/relational-databases/errors-events/mssqlserver-556-database-engine-error.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,16 +32,16 @@ Query store is on.
32
32
33
33
The plan is removed after the query store fills up.
34
34
35
-
## User Action
35
+
## User action
36
36
37
37
Increase the size of the query store.
38
38
39
39
Clear the procedure cache when query store comes back from READ WRITE state
40
40
41
-
Recompile just the INSERT EXEC statement to force it to go through the regular compile path and avoid hitting this exception due to unplanned recomplilation caused by plan missing in query store.
41
+
Recompile just the INSERT EXEC statement to force it to go through the regular compile path and avoid hitting this exception due to unplanned recompilation caused by plan missing in query store.
42
42
43
43
For more information, see our [troubleshooting article on error 556](/troubleshoot/sql/database-design/error-556-insert-exec-failed).
0 commit comments