Error Messages |
The topic lists parser and internal error messages that can be returned by SQL Enlight.
Parser error indicates that the variable name is not unique within the query batch or stored procedure.
How to resolve:
Check the code and remove the duplicating @xyz variable.
Parser error indicating that variable is not declared.
How to resolve: Declare the @xyz variable.
Parser error indicating the USE statement was found inside stored procedures, functions, and triggers.
How to resolve:
Remove USE statements from the body of the SQL module.
The parser encountered syntax error near token ‘xyz’.
How to resolve:
Check the syntax and correct the error.
Internal SQL Enlight error.
How to resolve:
Contact support.
Internal SQL Enlight error.
How to resolve:
Contact support.
How to resolve: Contact support.
How to resolve: Activate the license.
How to resolve: Activate the license.
How to resolve: Contact support.
How to resolve: Contact support.
Syntax errors were encountered while parsing the query batch. The batch was skipped during the code analysis.
The related syntax errors are shown in separate messages.
How to resolve: Correct the syntax errors.
The query batch was too big and was skipped during the code analysis.