SQL Server error code
SQL Server error 8687
SQL Server raises error 8687 at severity 16, which marks a problem with the query or data that you can correct.
Cursor plan failed because it is not possible to force the plan for a cursor of type other than FAST_FORWARD or STATIC with a USE PLAN hint. Consider removing USE PLAN hint and updating statistics or using different hints to influence query plan choice.
| Msg | 8687 |
|---|---|
| Severity | 16 |
| Group | 8000–8999 |