.app-header-placeholder { min-height: 90px; } .app-header-placeholder .header { min-height: 40px; background-color: #00a63f; } .app-header-placeholder .r-header { min-height: 40px; background-color: #ccc; } .app-header-placeholder .nav { min-height: 50px; background-color: #fff; z-index: 1000; position: relative; -webkit-box-shadow: 0 1px 8px 0 rgba(117, 117, 117, 0.3); box-shadow: 0 1px 8px 0 rgba(117, 117, 117, 0.3) } .app-header-placeholder .r-nav { min-height: 50px; background-color: #fff; z-index: 1000; position: relative; -webkit-box-shadow: 0 1px 8px 0 rgba(117, 117, 117, 0.3); box-shadow: 0 1px 8px 0 rgba(117, 117, 117, 0.3) } @media only screen and (min-width: 768px) { .app-header-placeholder { min-height: 97px; } } @media only screen and (min-width: 768px) { .app-header-placeholder .nav { min-height: 57px; } .app-header-placeholder .r-nav { min-height: 57px; } }

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 LineNumber Incorrect syntax near '*='.
Msg 102, Level 15, State 1, Line LineNumber Incorrect 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 HostingDude.com upgrading databases to MS SQL 2012.