<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : What page would generate this SQL?</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : What page would generate this SQL?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 09 Apr 2026 09:00:18 +0000</pubDate>
  <lastBuildDate>Wed, 26 Jul 2006 09:19:49 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=20816</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[What page would generate this SQL? : This could be from a number of...]]></title>
   <link>https://forums.webwiz.net/what-page-would-generate-this-sql_topic20816_post111493.html#111493</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20816<br /><strong>Posted:</strong> 26&nbsp;July&nbsp;2006 at 9:19am<br /><br />This could be from a number of different pages as very similar SQL queries to this are used on about 10 different pages and as they are created on the fly they are often slightly different.<br><br>If you can tell me which page it is that you are looking at I should be able to tell you what code is used to create this SQL Query on the fly.<br>]]>
   </description>
   <pubDate>Wed, 26 Jul 2006 09:19:49 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/what-page-would-generate-this-sql_topic20816_post111493.html#111493</guid>
  </item> 
  <item>
   <title><![CDATA[What page would generate this SQL? : Hi everyone,I&amp;#039;m trying to...]]></title>
   <link>https://forums.webwiz.net/what-page-would-generate-this-sql_topic20816_post111472.html#111472</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20340">Ozbboy</a><br /><strong>Subject:</strong> 20816<br /><strong>Posted:</strong> 26&nbsp;July&nbsp;2006 at 1:09am<br /><br /><pre>Hi everyone,<br><br>I'm trying to find out where this sql is generated?? <br><br>Can anyone help me out here?<br><br>"SELECT  TOP 500  tblTopic.Topic_ID, tblTopic.Poll_ID, tblTopic.Moved_ID, tblTopic.Subject, <br>tblTopic.Icon, tblTopic.Start_Thread_ID, tblTopic.Last_Thread_ID, tblTopic.No_of_replies, <br>tblTopic.No_of_views, tblTopic.Locked, tblTopic.Priority, tblTopic.Hide, tblThread.Message_date, <br>tblThread.Message, tblThread.Author_ID, tblAuthor.Username, LastThread.Message_date, <br>LastThread.Author_ID, LastAuthor.Username, tblTopic.Event_date FROM tblTopic WITH (NOLOCK) , <br>tblThread WITH (NOLOCK) , tblThread AS LastThread WITH (NOLOCK) , tblAuthor WITH (NOLOCK) , <br>tblAuthor AS LastAuthor WITH (NOLOCK)  WHERE ( tblThread.Author_ID = tblAuthor.Author_ID AND <br>LastThread.Author_ID = LastAuthor.Author_ID AND tblTopic.Start_Thread_ID = tblThread.Thread_ID AND <br>tblTopic.Last_Thread_ID = LastThread.Thread_ID AND (tblTopic.Priority = 3 OR tblTopic.Moved_ID = 2 <br>OR tblTopic.Forum_ID = 2) ) AND (tblTopic.Hide = 0 OR tblThread.Author_ID = 146) ORDER BY <br>tblTopic.Priority DESC, LastThread.Message_date DESC"</pre>]]>
   </description>
   <pubDate>Wed, 26 Jul 2006 01:09:27 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/what-page-would-generate-this-sql_topic20816_post111472.html#111472</guid>
  </item> 
 </channel>
</rss>