WHERE SomeNVarchar = @eedle OPTION (RECOMPILE)-- implicit conversion, converts "up" to Nvarchar OK ...
This query might fail or return unexpected results if the `employee_id` column is defined as an integer type (e.g., `INT`, `BIGINT`). The problem is the comparison between an integer column and a ...