Facbook Pixel

Msg 102, Level 15, State 1 / Incorrect syntax near '*=' or '=*'.

Your website might display on of the following errors if you're using an MS SQL database:

Msg 102, Level 15, State 1, Line LineNumberIncorrect syntax near '*='.
Msg 102, Level 15, State 1, Line LineNumberIncorrect syntax near '=*'.

Solution

This issue is caused by using *= or =* Transact-SQL syntax.

To resolve this issue, use ANSI join syntax instead.

More info

This issue was caused by your account being upgraded to MS SQL 2012, which doesn't support *= or =* Transact-SQL syntax. You can find more information in ITEGY upgrading databases to MS SQL 2012.