there two columns from sys.dm_exec_requests call query_hash, and statement_sql_handle
from sys.dm_exec_query_stats also has these two columns .
may I know what's the actual difference from them ?
and also , from my server , I see a lot of entry that have query_hash , but not statement_sql_handle . why is that ?
Thanks