<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.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>Fundamentals: Improving Insert and Update Performance by Dropping Unused Indexes</title><link>http://blogs.technet.com/b/sql_server_isv/archive/2011/04/15/fundamentals-improving-insert-and-update-performance-by-dropping-unused-indexes.aspx</link><description>[Prior Post in Series] [Next Post in Series] 
 In my prior posts, I looked at adding indexes with Database Engine Tuning Advisor. In this post, I will look at the other side of the coin and delete indexes that are unused or that cost more resources than</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Fundamentals: Improving Insert and Update Performance by Dropping Unused Indexes</title><link>http://blogs.technet.com/b/sql_server_isv/archive/2011/04/15/fundamentals-improving-insert-and-update-performance-by-dropping-unused-indexes.aspx#3448621</link><pubDate>Tue, 23 Aug 2011 11:49:34 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3448621</guid><dc:creator>Michael Brönnimann</dc:creator><description>&lt;p&gt;A free Community Edition of SQL Parallel Boost can be downloaded at &lt;a rel="nofollow" target="_new" href="http://sqlparallelboost.codeplex.com"&gt;sqlparallelboost.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3448621" width="1" height="1"&gt;</description></item><item><title>re: Fundamentals: Improving Insert and Update Performance by Dropping Unused Indexes</title><link>http://blogs.technet.com/b/sql_server_isv/archive/2011/04/15/fundamentals-improving-insert-and-update-performance-by-dropping-unused-indexes.aspx#3427369</link><pubDate>Sat, 07 May 2011 09:54:47 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3427369</guid><dc:creator>Michael Brönnimann</dc:creator><description>&lt;p&gt;Parallelization for queries (SELECT) is covered quite well by the SQL engine itself, but when it comes to large volume data modifications (UPDATE, INSERT, DELETE), the standard engine does parallelize towards best use of all available resources (disk, multiple cpu-cores, etc.).&lt;/p&gt;
&lt;p&gt;Therefore you may also have a look into the approach of SQL Parallel Boost at&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.ibax.ch/-IBX-/plain.simpleimagetitletextlinklist.en.solutions.products.parallelboost/default.aspx"&gt;www.ibax.ch/.../default.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This approach can also be used to execute multiple SQL statements in parallel.&lt;/p&gt;
&lt;p&gt;A purely SQL engine related parallelisation solution takes advantage of minimized complexity and has no &amp;#39;external&amp;#39; components like SSIS involved, Furthermore it&amp;#39;s the best performing solution regarding task splitting and synchronization, as it hasn&amp;#39;t potential connection and communication overhead. The overall performance gain thru parallelisation with SQL Parallel Boost is up to 10 !&lt;/p&gt;
&lt;p&gt;In case you don&amp;#39;t wan&amp;#39;t to rebuild your own solution, SQL Parallel Boost provides a self-contained pure T-SQL based solution, which can be easily embedded in existing applications and ETL process tasks.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3427369" width="1" height="1"&gt;</description></item><item><title>re: Fundamentals: Improving Insert and Update Performance by Dropping Unused Indexes</title><link>http://blogs.technet.com/b/sql_server_isv/archive/2011/04/15/fundamentals-improving-insert-and-update-performance-by-dropping-unused-indexes.aspx#3421909</link><pubDate>Fri, 15 Apr 2011 14:41:23 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3421909</guid><dc:creator>Josh Turpen</dc:creator><description>&lt;p&gt; &amp;nbsp;Nice articles Ken! &amp;nbsp;It&amp;#39;s a very succinct analysis of SQL server performance issues, and how to correct them. &amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3421909" width="1" height="1"&gt;</description></item></channel></rss>