<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>[closed] Convert Query from SQL 2008 to SQL92</title>
        <description> Can this be done in SQL92?

SELECT A.* from SharePointProgress.dbo.tblMscShpDt A
INNER JOIN  
(SELECT ROW_NUMBER() OVER(ORDER BY intid) AS 'RN', *
  FROM SharePointProgress.dbo.tblMscShpDt) B  ON A.intid= B.intid
AND B.RN between 20 and 30</description>
        <link>http://www.sqlinform.com/forum4/read.php?3,605,605#msg-605</link>
        <lastBuildDate>Sun, 26 May 2013 07:31:37 +0200</lastBuildDate>
        <generator>Phorum 5.2.10</generator>
        <item>
            <guid>http://www.sqlinform.com/forum4/read.php?3,605,619#msg-619</guid>
            <title>Re: Convert Query from SQL 2008 to SQL92</title>
            <link>http://www.sqlinform.com/forum4/read.php?3,605,619#msg-619</link>
            <description><![CDATA[ Hi Steve,<br />
probably you need to ask this question in a dedicated SQL2008 + 92 forum.<br />
<br />
Regards]]></description>
            <dc:creator>guidomarcel</dc:creator>
            <category>Suggestions, Questions, Comments</category>
            <pubDate>Fri, 02 Mar 2012 17:39:50 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.sqlinform.com/forum4/read.php?3,605,605#msg-605</guid>
            <title>[closed] Convert Query from SQL 2008 to SQL92</title>
            <link>http://www.sqlinform.com/forum4/read.php?3,605,605#msg-605</link>
            <description><![CDATA[ Can this be done in SQL92?<br />
<br />
SELECT A.* from SharePointProgress.dbo.tblMscShpDt A<br />
INNER JOIN  <br />
(SELECT ROW_NUMBER() OVER(ORDER BY intid) AS 'RN', *<br />
  FROM SharePointProgress.dbo.tblMscShpDt) B  ON A.intid= B.intid<br />
AND B.RN between 20 and 30]]></description>
            <dc:creator>Steve Anderson</dc:creator>
            <category>Suggestions, Questions, Comments</category>
            <pubDate>Thu, 09 Feb 2012 16:28:42 +0100</pubDate>
        </item>
    </channel>
</rss>
