<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; 2008 &#8211; 2005 &#8211; Find Longest Running Query &#8211; TSQL</title>
	<atom:link href="http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tracy</title>
		<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/#comment-56908</link>
		<dc:creator>Tracy</dc:creator>
		<pubDate>Thu, 22 Oct 2009 15:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1941#comment-56908</guid>
		<description>still got the 
Msg 102, Level 15, State 1, Line 8
Incorrect syntax near &#039;–&#039;.
on sql server 2005
can anyone help pls</description>
		<content:encoded><![CDATA[<p>still got the<br />
Msg 102, Level 15, State 1, Line 8<br />
Incorrect syntax near &#8216;–&#8217;.<br />
on sql server 2005<br />
can anyone help pls</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sid</title>
		<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/#comment-56757</link>
		<dc:creator>sid</dc:creator>
		<pubDate>Fri, 16 Oct 2009 14:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1941#comment-56757</guid>
		<description>Pinal,

This helped identifying the query which takes time. 

Is there a way to kill the long running procedure? In case SSRS report has executed that procedures?

Thanks,
Sid</description>
		<content:encoded><![CDATA[<p>Pinal,</p>
<p>This helped identifying the query which takes time. </p>
<p>Is there a way to kill the long running procedure? In case SSRS report has executed that procedures?</p>
<p>Thanks,<br />
Sid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warren Campbell</title>
		<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/#comment-56540</link>
		<dc:creator>Warren Campbell</dc:creator>
		<pubDate>Thu, 08 Oct 2009 17:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1941#comment-56540</guid>
		<description>For those with the:

Incorrect syntax near ‘.’.

problem... I think this is due to database compatabiltiy mode &lt; 90.  Still need to test to confirm, but I think that&#039;s my problem.</description>
		<content:encoded><![CDATA[<p>For those with the:</p>
<p>Incorrect syntax near ‘.’.</p>
<p>problem&#8230; I think this is due to database compatabiltiy mode &lt; 90.  Still need to test to confirm, but I think that&#039;s my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: annant</title>
		<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/#comment-56469</link>
		<dc:creator>annant</dc:creator>
		<pubDate>Tue, 06 Oct 2009 09:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1941#comment-56469</guid>
		<description>Hi I took out last comma also but its still giving me error 

Msg 102, Level 15, State 1, Line 10
Incorrect syntax near ‘.’.

Pls any one help</description>
		<content:encoded><![CDATA[<p>Hi I took out last comma also but its still giving me error </p>
<p>Msg 102, Level 15, State 1, Line 10<br />
Incorrect syntax near ‘.’.</p>
<p>Pls any one help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill</title>
		<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/#comment-54766</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Wed, 12 Aug 2009 05:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1941#comment-54766</guid>
		<description>@khan

Take the comma out of the last line of code, there is an extra comma after the word &#039;DESC&#039;</description>
		<content:encoded><![CDATA[<p>@khan</p>
<p>Take the comma out of the last line of code, there is an extra comma after the word &#8216;DESC&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khan</title>
		<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/#comment-53941</link>
		<dc:creator>khan</dc:creator>
		<pubDate>Wed, 22 Jul 2009 04:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1941#comment-53941</guid>
		<description>I have run the above query but i get the following error.
Msg 102, Level 15, State 1, Line 10
Incorrect syntax near ‘.’.

Can any one pls suggest</description>
		<content:encoded><![CDATA[<p>I have run the above query but i get the following error.<br />
Msg 102, Level 15, State 1, Line 10<br />
Incorrect syntax near ‘.’.</p>
<p>Can any one pls suggest</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/#comment-53889</link>
		<dc:creator>pinaldave</dc:creator>
		<pubDate>Mon, 20 Jul 2009 17:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1941#comment-53889</guid>
		<description>Thanks Charlie,

I respect your comment correcting me.

Kind Regards,
Pinal</description>
		<content:encoded><![CDATA[<p>Thanks Charlie,</p>
<p>I respect your comment correcting me.</p>
<p>Kind Regards,<br />
Pinal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charlie arehart</title>
		<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/#comment-53883</link>
		<dc:creator>charlie arehart</dc:creator>
		<pubDate>Mon, 20 Jul 2009 15:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1941#comment-53883</guid>
		<description>Awesome stuff as usual, Pinal. But the URL offered at the top of the entry above is is wrong. Where it has 1/22 in it:

http://blog.sqlauthority.com/2009/01/22/sql-server-2008-2005-find-longest-running-query-tsql-part-2/

it should instead be 1/23: 

http://blog.sqlauthority.com/2009/01/23/sql-server-2008-2005-find-longest-running-query-tsql-part-2/

Feel free to delete this comment once you&#039;ve updated the entry here. Keep up the great work, and thanks for all you share.</description>
		<content:encoded><![CDATA[<p>Awesome stuff as usual, Pinal. But the URL offered at the top of the entry above is is wrong. Where it has 1/22 in it:</p>
<p><a href="http://blog.sqlauthority.com/2009/01/22/sql-server-2008-2005-find-longest-running-query-tsql-part-2/" rel="nofollow">http://blog.sqlauthority.com/2009/01/22/sql-server-2008-2005-find-longest-running-query-tsql-part-2/</a></p>
<p>it should instead be 1/23: </p>
<p><a href="http://blog.sqlauthority.com/2009/01/23/sql-server-2008-2005-find-longest-running-query-tsql-part-2/" rel="nofollow">http://blog.sqlauthority.com/2009/01/23/sql-server-2008-2005-find-longest-running-query-tsql-part-2/</a></p>
<p>Feel free to delete this comment once you&#8217;ve updated the entry here. Keep up the great work, and thanks for all you share.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammad Shafiullah</title>
		<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/#comment-53222</link>
		<dc:creator>Mohammad Shafiullah</dc:creator>
		<pubDate>Wed, 24 Jun 2009 10:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1941#comment-53222</guid>
		<description>Hi,

Its really great query.

Thanks Pinal</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Its really great query.</p>
<p>Thanks Pinal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pramod</title>
		<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/#comment-46872</link>
		<dc:creator>Pramod</dc:creator>
		<pubDate>Wed, 18 Feb 2009 18:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1941#comment-46872</guid>
		<description>Hi 
 it&#039;s simply awesome.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi<br />
 it&#8217;s simply awesome.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jigar</title>
		<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/#comment-46090</link>
		<dc:creator>Jigar</dc:creator>
		<pubDate>Wed, 28 Jan 2009 18:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1941#comment-46090</guid>
		<description>Pinal,

is it possible to list which user is running this long running query?

thanks</description>
		<content:encoded><![CDATA[<p>Pinal,</p>
<p>is it possible to list which user is running this long running query?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie Arehart</title>
		<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/#comment-45989</link>
		<dc:creator>Charlie Arehart</dc:creator>
		<pubDate>Sun, 25 Jan 2009 13:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1941#comment-45989</guid>
		<description>Hi Pinal, really awesome stuff, as usual. But I agree with the comments above about using the freeproccache. Can you explain  why it is that this is necessary? At least then people can assess the cost against the benefit. You say that you always run it, but do you know what happens if you do not? (Sorry, am reading this while not at a computer on which I can test his for myself.)</description>
		<content:encoded><![CDATA[<p>Hi Pinal, really awesome stuff, as usual. But I agree with the comments above about using the freeproccache. Can you explain  why it is that this is necessary? At least then people can assess the cost against the benefit. You say that you always run it, but do you know what happens if you do not? (Sorry, am reading this while not at a computer on which I can test his for myself.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinesh</title>
		<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/#comment-45929</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Fri, 23 Jan 2009 08:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1941#comment-45929</guid>
		<description>I want to become  a master in sql please suggest me query which will show me a different from others.</description>
		<content:encoded><![CDATA[<p>I want to become  a master in sql please suggest me query which will show me a different from others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER - 2008 - 2005 - Find Longest Running Query - TSQL - Part 2 Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/#comment-45915</link>
		<dc:creator>SQL SERVER - 2008 - 2005 - Find Longest Running Query - TSQL - Part 2 Journey to SQL Authority with Pinal Dave</dc:creator>
		<pubDate>Fri, 23 Jan 2009 01:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1941#comment-45915</guid>
		<description>[...] 23, 2009 by pinaldave    Just another day I was playing with my query which I posted earlier SQL SERVER - 2008 - 2005 - Find Longest Running Query - TSQL and I found that I got error devide by zero. I have fixed this error in following query as well I [...]</description>
		<content:encoded><![CDATA[<p>[...] 23, 2009 by pinaldave    Just another day I was playing with my query which I posted earlier SQL SERVER &#8211; 2008 &#8211; 2005 &#8211; Find Longest Running Query &#8211; TSQL and I found that I got error devide by zero. I have fixed this error in following query as well I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BaluK</title>
		<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/#comment-45902</link>
		<dc:creator>BaluK</dc:creator>
		<pubDate>Thu, 22 Jan 2009 16:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1941#comment-45902</guid>
		<description>Is it possible to display the userid/username with the hostid ?

I found another query but the result from yours and this differ what is the different? 
Can anyone explain please...

SELECT top 10
    substring(text,qs.statement_start_offset/2
        ,(CASE    
            WHEN qs.statement_end_offset = -1 THEN len(convert(nvarchar(max), text)) * 2 
            ELSE qs.statement_end_offset 
        END - qs.statement_start_offset)/2) 
    ,qs.plan_generation_num as recompiles
    ,qs.execution_count as execution_count
    ,qs.total_elapsed_time - qs.total_worker_time as total_wait_time
    ,qs.total_worker_time as cpu_time
    ,qs.total_logical_reads as reads
    ,qs.total_logical_writes as writes
FROM sys.dm_exec_query_stats qs
    CROSS APPLY sys.dm_exec_sql_text(qs.sql_handle) st
    left JOIN sys.dm_exec_requests r 
        ON qs.sql_handle = r.sql_handle
ORDER BY 3 DESC</description>
		<content:encoded><![CDATA[<p>Is it possible to display the userid/username with the hostid ?</p>
<p>I found another query but the result from yours and this differ what is the different?<br />
Can anyone explain please&#8230;</p>
<p>SELECT top 10<br />
    substring(text,qs.statement_start_offset/2<br />
        ,(CASE<br />
            WHEN qs.statement_end_offset = -1 THEN len(convert(nvarchar(max), text)) * 2<br />
            ELSE qs.statement_end_offset<br />
        END &#8211; qs.statement_start_offset)/2)<br />
    ,qs.plan_generation_num as recompiles<br />
    ,qs.execution_count as execution_count<br />
    ,qs.total_elapsed_time &#8211; qs.total_worker_time as total_wait_time<br />
    ,qs.total_worker_time as cpu_time<br />
    ,qs.total_logical_reads as reads<br />
    ,qs.total_logical_writes as writes<br />
FROM sys.dm_exec_query_stats qs<br />
    CROSS APPLY sys.dm_exec_sql_text(qs.sql_handle) st<br />
    left JOIN sys.dm_exec_requests r<br />
        ON qs.sql_handle = r.sql_handle<br />
ORDER BY 3 DESC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BaluK</title>
		<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/#comment-45682</link>
		<dc:creator>BaluK</dc:creator>
		<pubDate>Fri, 16 Jan 2009 17:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1941#comment-45682</guid>
		<description>For SQL 2K .. I found from one of the website.. try it..

SELECT * FROM master..sysprocesses WHERE status = &#039;runnable&#039; ORDER BY cpu desc
DBCC INPUTBUFFER (53)

DECLARE @handle binary(20)

SELECT @handle = sql_handle FROM master..sysprocesses WHERE spid = 53 

SELECT [text] FROM ::fn_get_sql(@handle)</description>
		<content:encoded><![CDATA[<p>For SQL 2K .. I found from one of the website.. try it..</p>
<p>SELECT * FROM master..sysprocesses WHERE status = &#8216;runnable&#8217; ORDER BY cpu desc<br />
DBCC INPUTBUFFER (53)</p>
<p>DECLARE @handle binary(20)</p>
<p>SELECT @handle = sql_handle FROM master..sysprocesses WHERE spid = 53 </p>
<p>SELECT [text] FROM ::fn_get_sql(@handle)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/#comment-45631</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Thu, 15 Jan 2009 09:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1941#comment-45631</guid>
		<description>I have run the above query but i get the following error.
Msg 102, Level 15, State 1, Line 10
Incorrect syntax near &#039;.&#039;.</description>
		<content:encoded><![CDATA[<p>I have run the above query but i get the following error.<br />
Msg 102, Level 15, State 1, Line 10<br />
Incorrect syntax near &#8216;.&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/#comment-45555</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Mon, 12 Jan 2009 14:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1941#comment-45555</guid>
		<description>None of above instructions works in sql server 2000. it&#039;s exclusively form sql 2k5 and 2k8 ??


1st by  pinaldave:
Server: Msg 170, Level 15, State 1, Line 9
Line 9: Incorrect syntax near &#039;APPLY&#039;.

2nd by Jerry:
Server: Msg 170, Level 15, State 1, Line 11
Line 11: Incorrect syntax near &#039;APPLY&#039;.

3rd by jamie
Server: Msg 170, Level 15, State 1, Line 20
Line 20: Incorrect syntax near &#039;max&#039;.</description>
		<content:encoded><![CDATA[<p>None of above instructions works in sql server 2000. it&#8217;s exclusively form sql 2k5 and 2k8 ??</p>
<p>1st by  pinaldave:<br />
Server: Msg 170, Level 15, State 1, Line 9<br />
Line 9: Incorrect syntax near &#8216;APPLY&#8217;.</p>
<p>2nd by Jerry:<br />
Server: Msg 170, Level 15, State 1, Line 11<br />
Line 11: Incorrect syntax near &#8216;APPLY&#8217;.</p>
<p>3rd by jamie<br />
Server: Msg 170, Level 15, State 1, Line 20<br />
Line 20: Incorrect syntax near &#8216;max&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamie</title>
		<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/#comment-45498</link>
		<dc:creator>jamie</dc:creator>
		<pubDate>Fri, 09 Jan 2009 15:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1941#comment-45498</guid>
		<description>Try this instead.

select top 10 db_name(dbid),
total_worker_time/execution_count as avg_cpu_cost, plan_handle,
execution_count,
(select substring(text, statement_start_offset/2 + 1,
	(case when statement_end_offset = -1
	then len(convert(varchar(max), text))* 2
	else statement_end_offset
	end - statement_start_offset)/2)
from sys.dm_exec_sql_text(sys.dm_exec_query_stats.sql_handle)) as query_text
from sys.dm_exec_query_stats join sys.sysprocesses
on sys.dm_exec_query_stats.sql_handle = sys.sysprocesses.sql_handle
order by total_worker_time desc</description>
		<content:encoded><![CDATA[<p>Try this instead.</p>
<p>select top 10 db_name(dbid),<br />
total_worker_time/execution_count as avg_cpu_cost, plan_handle,<br />
execution_count,<br />
(select substring(text, statement_start_offset/2 + 1,<br />
	(case when statement_end_offset = -1<br />
	then len(convert(varchar(max), text))* 2<br />
	else statement_end_offset<br />
	end &#8211; statement_start_offset)/2)<br />
from sys.dm_exec_sql_text(sys.dm_exec_query_stats.sql_handle)) as query_text<br />
from sys.dm_exec_query_stats join sys.sysprocesses<br />
on sys.dm_exec_query_stats.sql_handle = sys.sysprocesses.sql_handle<br />
order by total_worker_time desc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Hung</title>
		<link>http://blog.sqlauthority.com/2009/01/02/sql-server-2008-2005-find-longest-running-query-tsql/#comment-45471</link>
		<dc:creator>Jerry Hung</dc:creator>
		<pubDate>Thu, 08 Jan 2009 20:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1941#comment-45471</guid>
		<description>Agree on the DBCC caution above

I modified it a bit as I got division by 0 errors, weird

SELECT DISTINCT TOP 10
	t.TEXT QueryName,
	s.execution_count AS ExecutionCount,
	s.max_elapsed_time AS MaxElapsedTime,
	ISNULL(s.total_elapsed_time / NULLIF(s.execution_count,0), 0) AS AvgElapsedTime,
	s.creation_time AS LogCreatedOn,
	ISNULL(s.execution_count / NULLIF(DATEDIFF(s, s.creation_time, GETDATE()),0), 0) AS FrequencyPerSec
FROM sys.dm_exec_query_stats s
CROSS APPLY sys.dm_exec_sql_text( s.sql_handle ) t
ORDER BY
	s.max_elapsed_time DESC	--Maximum elapsed time, in microseconds</description>
		<content:encoded><![CDATA[<p>Agree on the DBCC caution above</p>
<p>I modified it a bit as I got division by 0 errors, weird</p>
<p>SELECT DISTINCT TOP 10<br />
	t.TEXT QueryName,<br />
	s.execution_count AS ExecutionCount,<br />
	s.max_elapsed_time AS MaxElapsedTime,<br />
	ISNULL(s.total_elapsed_time / NULLIF(s.execution_count,0), 0) AS AvgElapsedTime,<br />
	s.creation_time AS LogCreatedOn,<br />
	ISNULL(s.execution_count / NULLIF(DATEDIFF(s, s.creation_time, GETDATE()),0), 0) AS FrequencyPerSec<br />
FROM sys.dm_exec_query_stats s<br />
CROSS APPLY sys.dm_exec_sql_text( s.sql_handle ) t<br />
ORDER BY<br />
	s.max_elapsed_time DESC	&#8211;Maximum elapsed time, in microseconds</p>
]]></content:encoded>
	</item>
</channel>
</rss>
