Background documentation-819: Parameter in SQL statement not allowed Locate this document in the navigation structure

 

Explanation

Only an SQL statement without parameter specifications is permitted. Either an SQL statement with parameters but without a USING clause was passed with an EXECUTE, or an error occurred in the parameter list.

User Response

Add the USING clause, or use an SQL statement without parameters, or correct the parameter list.