Your website might display on of the following errors if you're using an MS SQL database:
This issue is caused by using *=
or =*
Transact-SQL syntax.
To resolve this issue, use ANSI join syntax instead.
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.