<?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; 2008 &#8211; Introduction to Filtered Index &#8211; Improve performance with Filtered Index</title>
	<atom:link href="http://blog.sqlauthority.com/2008/09/01/sql-server-2008-introduction-to-filtered-index-improve-performance-with-filtered-index/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/09/01/sql-server-2008-introduction-to-filtered-index-improve-performance-with-filtered-index/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vijileads</title>
		<link>http://blog.sqlauthority.com/2008/09/01/sql-server-2008-introduction-to-filtered-index-improve-performance-with-filtered-index/#comment-57472</link>
		<dc:creator>vijileads</dc:creator>
		<pubDate>Tue, 10 Nov 2009 06:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=933#comment-57472</guid>
		<description>Hi,

good explanation. i am trying to implement.....</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>good explanation. i am trying to implement&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Furkan Balun</title>
		<link>http://blog.sqlauthority.com/2008/09/01/sql-server-2008-introduction-to-filtered-index-improve-performance-with-filtered-index/#comment-55138</link>
		<dc:creator>Furkan Balun</dc:creator>
		<pubDate>Sun, 23 Aug 2009 17:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=933#comment-55138</guid>
		<description>Hi,

how many filtered index can we create on a table? we may want to execute a query with a few where condition and what do we have to do in this situation? and the other question is that if we want to execute this query for a non-specified where condition like Title=&#039;Marketing&#039;, do we have to write condition as Title=&#039;%%&#039; ?? this article is very efficient but i thought theese questions after i read it.good works.thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>how many filtered index can we create on a table? we may want to execute a query with a few where condition and what do we have to do in this situation? and the other question is that if we want to execute this query for a non-specified where condition like Title=&#8217;Marketing&#8217;, do we have to write condition as Title=&#8217;%%&#8217; ?? this article is very efficient but i thought theese questions after i read it.good works.thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eliezer Figueroa</title>
		<link>http://blog.sqlauthority.com/2008/09/01/sql-server-2008-introduction-to-filtered-index-improve-performance-with-filtered-index/#comment-53803</link>
		<dc:creator>Eliezer Figueroa</dc:creator>
		<pubDate>Fri, 17 Jul 2009 15:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=933#comment-53803</guid>
		<description>Sometime you cant normalize be cause is a &quot;closed&quot; system but you are required to optimize. This is an administration feature not a developer feature.</description>
		<content:encoded><![CDATA[<p>Sometime you cant normalize be cause is a &#8220;closed&#8221; system but you are required to optimize. This is an administration feature not a developer feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.sqlauthority.com/2008/09/01/sql-server-2008-introduction-to-filtered-index-improve-performance-with-filtered-index/#comment-45842</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 21 Jan 2009 15:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=933#comment-45842</guid>
		<description>In this particular instance, if you will be sharing so many titles amongst your employees, you need to normalise your data structure and represent the Title in a separate table, with a FK reference the the Employee table. :)</description>
		<content:encoded><![CDATA[<p>In this particular instance, if you will be sharing so many titles amongst your employees, you need to normalise your data structure and represent the Title in a separate table, with a FK reference the the Employee table. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Burnett</title>
		<link>http://blog.sqlauthority.com/2008/09/01/sql-server-2008-introduction-to-filtered-index-improve-performance-with-filtered-index/#comment-43963</link>
		<dc:creator>Neil Burnett</dc:creator>
		<pubDate>Wed, 29 Oct 2008 18:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=933#comment-43963</guid>
		<description>A major reason I would want to do this on a table or view is to allow the full text service to use filtered indexes based on language. As I work with multilingual databases, I need to create either separate language specific tables for the same data or use views (which is how I currently do it).

It seems filtered views have too many gotchas for me in this situation:-)</description>
		<content:encoded><![CDATA[<p>A major reason I would want to do this on a table or view is to allow the full text service to use filtered indexes based on language. As I work with multilingual databases, I need to create either separate language specific tables for the same data or use views (which is how I currently do it).</p>
<p>It seems filtered views have too many gotchas for me in this situation:-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
