<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Indexed Views in SQL Server 2005</title><link>http://blogs.msdn.com/queryoptteam/archive/2006/04/11/573457.aspx</link><description>I'd like to point you to a white paper that Eric, one of our program managers, did on Indexed Views in SQL 2005. This logic mostly applies to the Enterprise Edition of our product. http://www.microsoft.com/technet/prodtechnol/sql/2005/impprfiv.mspx This</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Indexed Views in SQL Server 2005</title><link>http://blogs.msdn.com/queryoptteam/archive/2006/04/11/573457.aspx#635140</link><pubDate>Sat, 17 Jun 2006 14:32:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:635140</guid><dc:creator>FranckL</dc:creator><description>Great article!&lt;br&gt;I have a question regarding computed columns, functions and indexed views. &lt;br&gt;In an indexed view, I'm able to create indexes on (persistent &amp;amp; precise) computed columns, I'm able to create indexes on functions and scalar expressions, but I don't seem to be able to create an index on an expression that contains at least one computed column. Is that by design? How can I work around it?&lt;br&gt;Example: CREATE VIEW MyView WITH SCHEMABINDING AS&lt;br&gt;SELECT id, simpleCol, computedCol, FLOOR(simpleCol) as test1, FLOOR(computedCol) as test2, simpleCol +1 as test3, computedCol +1 as test4 FROM table&lt;br&gt;GO&lt;br&gt;CREATE UNIQUE CLUSTERED INDEX Cindex ON MyView(id) -&amp;gt; success&lt;br&gt;CREATE NONCLUSTERED INDEX index1 ON MyView(simpleCol) -&amp;gt; success&lt;br&gt;CREATE NONCLUSTERED INDEX index2 ON MyView(computedCol) -&amp;gt; success&lt;br&gt;CREATE NONCLUSTERED INDEX index3 ON MyView(test1) -&amp;gt; success&lt;br&gt;CREATE NONCLUSTERED INDEX index4 ON MyView(test2) -&amp;gt; error 1901&lt;br&gt;CREATE NONCLUSTERED INDEX index5 ON MyView(test3) -&amp;gt; success&lt;br&gt;CREATE NONCLUSTERED INDEX index6 ON MyView(test4) -&amp;gt; error 1901&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>Query Processing -- introduction to the blog!</title><link>http://blogs.msdn.com/queryoptteam/archive/2006/04/11/573457.aspx#771417</link><pubDate>Tue, 26 Sep 2006 03:50:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:771417</guid><dc:creator>Tips, Tricks, and Advice from the SQL Server Query Processing Team</dc:creator><description>Since we’re starting a new blog for the whole query processing team, we think it’s appropriate to start...</description></item><item><title>Query Processing -- introduction to the blog!</title><link>http://blogs.msdn.com/queryoptteam/archive/2006/04/11/573457.aspx#771423</link><pubDate>Tue, 26 Sep 2006 03:52:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:771423</guid><dc:creator>Tips, Tricks, and Advice from the SQL Server Query Processing Team</dc:creator><description>Since we’re starting a new blog for the whole query processing team, we think it’s appropriate to start...</description></item><item><title> Tips Tricks and Advice from the SQL Server Query Optimization Team | Paid Surveys</title><link>http://blogs.msdn.com/queryoptteam/archive/2006/04/11/573457.aspx#9656414</link><pubDate>Fri, 29 May 2009 22:30:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9656414</guid><dc:creator> Tips Tricks and Advice from the SQL Server Query Optimization Team | Paid Surveys</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://paidsurveyshub.info/story.php?title=tips-tricks-and-advice-from-the-sql-server-query-optimization-team"&gt;http://paidsurveyshub.info/story.php?title=tips-tricks-and-advice-from-the-sql-server-query-optimization-team&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>