Msg 321, Level 15, State 1 / "FASTFIRSTROW" is not a recognized table hints option..."
Your website might display the following error if you're using an MS SQL database:
Msg 321, Level 15, State 1, Line LineNumber
"FASTFIRSTROW" is not a recognized table hints option..."
"FASTFIRSTROW" is not a recognized table hints option..."
Solution
This issue is caused by using FASTFIRSTROW
hints.
To resolve this issue, use OPTION (FAST)
instead.
More info
This issue was caused by your account being upgraded to MS SQL 2012, which doesn't support FASTFIRSTROW
. You can find more information in HostingDude.com upgrading databases to MS SQL 2012.