![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Following query ,emits error SELECT TOP 1000 total_worker_time/execution_count AS [Avg CPU Time], deqp.dbid,deqp.objectid,deqp.number,deqp.encrypted FROM sys.dm_exec_query_stats AS qs CROSS APPLY sys.dm_exec_query_plan(qs.plan_handle) deqp GO -- Error SQL Server 2008 Developer SP1 Msg 9437, Level 16, State 1, Line 1 XML parsing: line 1, character 3312, duplicate attribute -- Error SQL Server 2005 Developer SP2 Msg 9437, Level 16, State 1, Line 1 XML parsing: line 1, character 1513, duplicate attribute |
![]() |
| Thread Tools | |
| Display Modes | |
| |