Microsoft SQL Server dialect doesn't support index hints Follow
Answered
Is there a way for me to configure DataGrip to be OK with index hints? In this valid MS SQL query, the index "pts4saleopt" gets flagged:
Text below to aid in copy/pasting ...
select sum(tr.pts4qty)
from tr_save tr with (index=pts4saleopt)
where tr.quantity <> 0
Please sign in to leave a comment.
@Sean,
Follow an issue https://youtrack.jetbrains.com/issue/DBE-10077 to track progress