The topic describes the DF213 T-SQL code analysis rule.
PERFORMANCE
Query hint is used.
For better performance, avoid using query hints.
This rule is applied to the following hints:
SELECT id FROM dbo.DemoTable OPTION(FAST 2)
GO
SELECT id FROM dbo.DemoTable
GO