Viewing post 1 (of 2 total)
I noticed what the message says, But if you look at the sql_text column you can see it is converted to a varchar:
SUBSTRING
(cast(qt.text as varchar(max)),
er.statement_start_offset/2,
(CASE WHEN er.statement_end_offset...
February 8, 2013 at 4:12 pm
#1586172