SQL Server error code
SQL Server error 102
SQL Server raises error 102 at severity 15, which marks a problem with the query or data that you can correct.
Incorrect syntax near '%.*ls'.
| Msg | 102 |
|---|---|
| Name | P_SYNTAXERR2 |
| Severity | 15 |
| Group | 0–999 |
What it means
Indicates a syntax error. Additional information isn't available, because the error prevents the SQL Server Database Engine from processing the statement.