This is what i've got as of now:i ran this query to check the lates run of the queries;SELECT * , dest.TEXT AS [Query]FROM sys.dm_exec_query_stats AS deqsCROSS APPLY sys.dm_exec_sql_text(deqs.sql_handle) AS destORDER BY deqs.last_execution_time DESC
the i saw this query that i don't know where this query isand i don't understand the set part of the query..update vwZonesQuery set ZoneName=SUBSTRING(ZoneName,0,CHARINDEX(char(60)+char(47)+char(116)+char(105)+char(116)+char(108)+char(101)+char(62),cast(ZoneName as varchar(8000)))-0)
any idea of this?