-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.8
-
Fix Version/s: 5.8.0-HF09, 5.9.3
-
Component/s: Core VCS
-
Tags:
In some circumstances a SQL Server instance returns these errors:
Error: 156, Severity: 15, State: 1 Incorrect syntax near the keyword 'DELETE'.
Error: 16938, Severity: 16, State: 1 sp_cursoropen/sp_cursorprepare: The statement parameter can only be a batch or a stored procedure with a single select, without FOR BROWSE, COMPUTE BY, or variable assignments.
Error: 16945, Severity: 16, State: 2 The cursor was not declared.
Error: 16937, Severity: 16, State: 1 A server cursor cannot be opened on the given statement or statements. Use a default result set or client cursor.