Queries which include DMFs return a syntax error
Posted
on SQL Server Performance
See other posts from SQL Server Performance
Published on
Indexed on
2010/04/11
7:23 UTC
Read the original article
Hit count: 242
Filed under:
When I execute queries which include DMFs the queries return a syntax error.
For example:
SELECT -- TOP 20
qs.sql_handle,
qs.execution_count,
qs.total_worker_time
© SQL Server Performance or respective owner