<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Codepolice.net &#187; ms sql</title>
	<atom:link href="http://codepolice.net/tag/ms-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://codepolice.net</link>
	<description>C#, ASP.NET, MVC, LINQ, Wordpress and stuff like that</description>
	<lastBuildDate>Mon, 26 Jul 2010 08:58:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Return random rows from a MS SQL database</title>
		<link>http://codepolice.net/2009/11/17/return-random-rows-from-a-ms-sql-database/</link>
		<comments>http://codepolice.net/2009/11/17/return-random-rows-from-a-ms-sql-database/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 12:13:36 +0000</pubDate>
		<dc:creator>Ola</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Microsoft SQL]]></category>
		<category><![CDATA[ms sql]]></category>
		<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[SQL 2008]]></category>

		<guid isPermaLink="false">http://codepolice.net/?p=194</guid>
		<description><![CDATA[I always forget this command: SELECT * FROM YourTable TABLESAMPLE SYSTEM (10 PERCENT) This gives you some sample data from your database. In this case 10 percent of the content.  You could also use TABLESAMPLE SYSTEM (1000 ROWS) to get 1000 sample rows. Great to use if you have a big database and do not [...]]]></description>
			<content:encoded><![CDATA[<p>I always forget this command:</p>
<p>SELECT * FROM YourTable<strong> TABLESAMPLE SYSTEM (10 PERCENT)</strong></p>
<p>This gives you some sample data from your database. In this case 10 percent of the content.  You could also use <strong>TABLESAMPLE SYSTEM (1000 ROWS) </strong>to get 1000 sample rows. Great to use if you have a big database and do not want the same data again and again when you debug or something.</p>
]]></content:encoded>
			<wfw:commentRss>http://codepolice.net/2009/11/17/return-random-rows-from-a-ms-sql-database/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->