<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: ms code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sun, 27 Jul 2008 06:59:35 GMT</pubDate>
    <description>DZone Snippets: ms code</description>
    <item>
      <title>Select random row, SQL Server</title>
      <link>http://snippets.dzone.com/posts/show/3584</link>
      <description>// select a random row in SQL Server, apparently. Untested.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;SELECT TOP 1 column FROM table&lt;br /&gt;ORDER BY NEWID()&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Mon, 26 Feb 2007 11:33:18 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/3584</guid>
      <author>brook (Robert Brook)</author>
    </item>
  </channel>
</rss>
