<?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; White Paper &#8211; Partitioned Table and Index Strategies Using SQL Server 2008</title>
	<atom:link href="http://blog.sqlauthority.com/2009/12/13/sql-server-white-paper-partitioned-table-and-index-strategies-using-sql-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/12/13/sql-server-white-paper-partitioned-table-and-index-strategies-using-sql-server-2008/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Mon, 13 Feb 2012 15:11:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQL SERVER &#8211; Advantages of Partitioning &#8211; Quiz &#8211; Puzzle &#8211; 30 of 31 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2009/12/13/sql-server-white-paper-partitioned-table-and-index-strategies-using-sql-server-2008/#comment-245880</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Advantages of Partitioning &#8211; Quiz &#8211; Puzzle &#8211; 30 of 31 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Tue, 31 Jan 2012 01:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7532#comment-245880</guid>
		<description><![CDATA[[...] SQL Server Interview Questions and Answers ISBN: 1466405643 Page#168-170 Database Table Partitioning Tutorial – How to Horizontal Partition Database Table White Paper – Partitioned Table and Index Strategies Using SQL Server 2008 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL Server Interview Questions and Answers ISBN: 1466405643 Page#168-170 Database Table Partitioning Tutorial – How to Horizontal Partition Database Table White Paper – Partitioned Table and Index Strategies Using SQL Server 2008 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rezvan Ghaziani</title>
		<link>http://blog.sqlauthority.com/2009/12/13/sql-server-white-paper-partitioned-table-and-index-strategies-using-sql-server-2008/#comment-172824</link>
		<dc:creator><![CDATA[Rezvan Ghaziani]]></dc:creator>
		<pubDate>Wed, 28 Sep 2011 12:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7532#comment-172824</guid>
		<description><![CDATA[no,but i have to join my table to itself to select correct data . let me explain:
table Example: 
OrderNumber       OrderElement
1                            0
1                            1
1                            2
2                            0
3                            0
3                            1
I don&#039;t  want to see fourth record in my select. so i wrote:
select * from Example as E inner join Example az E_elemnt on
E.ordernumber = E_element.ordernumber and
E_element.orderelement &gt; 0]]></description>
		<content:encoded><![CDATA[<p>no,but i have to join my table to itself to select correct data . let me explain:<br />
table Example:<br />
OrderNumber       OrderElement<br />
1                            0<br />
1                            1<br />
1                            2<br />
2                            0<br />
3                            0<br />
3                            1<br />
I don&#8217;t  want to see fourth record in my select. so i wrote:<br />
select * from Example as E inner join Example az E_elemnt on<br />
E.ordernumber = E_element.ordernumber and<br />
E_element.orderelement &gt; 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rezvan Ghaziani</title>
		<link>http://blog.sqlauthority.com/2009/12/13/sql-server-white-paper-partitioned-table-and-index-strategies-using-sql-server-2008/#comment-172812</link>
		<dc:creator><![CDATA[Rezvan Ghaziani]]></dc:creator>
		<pubDate>Wed, 28 Sep 2011 12:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7532#comment-172812</guid>
		<description><![CDATA[no,but i have to join my table to itself to select correct data . let me explain:
table Example: 
OrderNumber       OrderElement
1                            0
1                            1
1                            2
2                            0
3                            0
3                            1
I don&#039;t  want to see fourth record in my select. so i wrote:
select * from Example as E inner join Example az E_elemnt on
E.ordernumber = E_element.ordernumber and
E_element.orderelement &gt; 0]]></description>
		<content:encoded><![CDATA[<p>no,but i have to join my table to itself to select correct data . let me explain:<br />
table Example:<br />
OrderNumber       OrderElement<br />
1                            0<br />
1                            1<br />
1                            2<br />
2                            0<br />
3                            0<br />
3                            1<br />
I don&#8217;t  want to see fourth record in my select. so i wrote:<br />
select * from Example as E inner join Example az E_elemnt on<br />
E.ordernumber = E_element.ordernumber and<br />
E_element.orderelement &gt; 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2009/12/13/sql-server-white-paper-partitioned-table-and-index-strategies-using-sql-server-2008/#comment-172799</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 28 Sep 2011 11:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7532#comment-172799</guid>
		<description><![CDATA[How are you selecting data? Did you use any functions on the indexed column?]]></description>
		<content:encoded><![CDATA[<p>How are you selecting data? Did you use any functions on the indexed column?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rezvan Ghaziani</title>
		<link>http://blog.sqlauthority.com/2009/12/13/sql-server-white-paper-partitioned-table-and-index-strategies-using-sql-server-2008/#comment-172203</link>
		<dc:creator><![CDATA[Rezvan Ghaziani]]></dc:creator>
		<pubDate>Mon, 26 Sep 2011 16:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7532#comment-172203</guid>
		<description><![CDATA[I have a huge table with millions records and have problem for retrieve data from it.I Partitioned table by integer column and create a clustered index on this column on partition scheme and use it in my query but i have no change.please help me]]></description>
		<content:encoded><![CDATA[<p>I have a huge table with millions records and have problem for retrieve data from it.I Partitioned table by integer column and create a clustered index on this column on partition scheme and use it in my query but i have no change.please help me</p>
]]></content:encoded>
	</item>
</channel>
</rss>

