Skip to content

Commit 3ab9832

Browse files
committed
fix typo
1 parent 74c81d0 commit 3ab9832

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/relational-databases/errors-events/mssqlserver-556-database-engine-error.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ Query store is on.
3232

3333
The plan is removed after the query store fills up.
3434

35-
## User Action
35+
## User action
3636

3737
Increase the size of the query store.
3838

3939
Clear the procedure cache when query store comes back from READ WRITE state
4040

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.
4242

4343
For more information, see our [troubleshooting article on error 556](/troubleshoot/sql/database-design/error-556-insert-exec-failed).
4444

45-
## See Also
46-
[DBCC CHECKTABLE (Transact-SQL)](~/t-sql/database-console-commands/dbcc-checktable-transact-sql.md)
47-
45+
## See also
46+
47+
[DBCC CHECKTABLE (Transact-SQL)](~/t-sql/database-console-commands/dbcc-checktable-transact-sql.md)

0 commit comments

Comments
 (0)