<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>SQL Server 2005 Partition Management</title><link>http://www.codeplex.com/sql2005partitionmgmt/Project/ProjectRss.aspx</link><description>The general problems addressed by this utility are&amp;#58;   1. Guaranteeing that the staging table required to SWITCH in or out a partition is always created correctly &amp;#8216;just in time&amp;#8217;, with the right indexe...</description><item><title>Created Issue: Release 1.0 known issues: index creation order; 10-min. timeout</title><link>http://www.codeplex.com/sql2005partitionmgmt/WorkItem/View.aspx?WorkItemId=3214</link><description>The following are known issues for Release 1.0. I&amp;#39;ve been informed by the developer&amp;#40;s&amp;#41; that these issues will be remedied with the next release, slated for 2008 Q4. The next release will also provide support for SQL Server 2008.&lt;br /&gt;&lt;br /&gt;&amp;#42; There is no order enforced when building indexes, whereas it would be advantageous to create clustered indexes before creating nonclustered indexes on a non-empty table.&lt;br /&gt;&lt;br /&gt;&amp;#42; Issued statements are given 10 minutes to run before failing with a time-out error. For example, if an individual index requires more than 10 minutes to create, an error will occur at the 10-minute mark. The remedy is to explicitly set the ServerConnection.StatementTimeout property to an appropriate value higher than the default value&amp;#59; the default value for this property is 600 &amp;#40;seconds, or 10 minutes&amp;#41;.&lt;br /&gt;&lt;br /&gt;Thanks to the developer&amp;#40;s&amp;#41; for such a valuable utility.&lt;br /&gt;</description><author>TJY</author><pubDate>Thu, 09 Oct 2008 03:03:46 GMT</pubDate><guid isPermaLink="false">Created Issue: Release 1.0 known issues: index creation order; 10-min. timeout 20081009030346A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sql2005partitionmgmt/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Sliding Window technique is commonly used with partitioned tables to manage large data volumes. It allows efficient loading of new data and archival or removal of the old data. The challenges in a sliding window scenario is to create the staging table(s) correctly for efficient partition SWITCH operations. This utility provides a command line interface to:&lt;br /&gt; &lt;br /&gt;1. Remove all the data from one partition by switching it out to a staging table. It creates the required staging table.&lt;br /&gt;2. Create a staging table for loading data into a partition. The staging table can be created with or without indexes -- if created without indexes this utility provides a separate command to create appropriate indexes on the staging table, before SWITCHing it into the partitioned table.&lt;br /&gt; &lt;br /&gt;The commands can be invoked from other scripts for end-to-end sliding window scenarios.&lt;br /&gt; &lt;br /&gt;Refer to the attached readme.htm file for more details and command syntax.&lt;br /&gt;
&lt;/div&gt;</description><author>sanjaymi</author><pubDate>Sat, 05 Apr 2008 15:38:12 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080405033812P</guid></item><item><title>UPDATED RELEASE: Partition Management Release 1.0 (Jan 03, 2008)</title><link>http://www.codeplex.com/sql2005partitionmgmt/Release/ProjectReleases.aspx?ReleaseId=9434</link><description>Release 1.0 consists of&amp;#58;&lt;br /&gt;&amp;#42; A Readme file&lt;br /&gt;&amp;#42; The Executable&lt;br /&gt;&amp;#42; The source code &amp;#40;Visual Studio project&amp;#41;&lt;br /&gt;&lt;br /&gt;This release is designed and tested to work with SQL Server 2005, Service Pack 1 or later.&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#43;Note&amp;#43;&amp;#42;&amp;#58; After you download the .zip file, do the following before unzipping it&amp;#58;&lt;br /&gt;Right-click the Zip file, choose Properties, click UnBlock, click Apply.&lt;br /&gt;Otherwise, you may get an error message &amp;#34;The project location is not trusted&amp;#34;</description><author></author><pubDate>Fri, 04 Jan 2008 17:56:43 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Partition Management Release 1.0 (Jan 03, 2008) 20080104055643P</guid></item><item><title>RELEASED: Partition Management Release 1.0 (Jan 03, 2008)</title><link>http://www.codeplex.com/sql2005partitionmgmt/Release/ProjectReleases.aspx?ReleaseId=9434</link><description>Release 1.0 consists of&amp;#58;&lt;br /&gt;&amp;#42; A Readme file&lt;br /&gt;&amp;#42; The Executable&lt;br /&gt;&amp;#42; The source code &amp;#40;Visual Studio project&amp;#41;&lt;br /&gt;&lt;br /&gt;This release is designed and tested to work with SQL Server 2005, Service Pack 1 or later.&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#43;Note&amp;#43;&amp;#42;&amp;#58; After you download the .zip file, do the following before unzipping it&amp;#58;&lt;br /&gt;Right-click the Zip file, choose Properties, click UnBlock, click Apply.&lt;br /&gt;Otherwise, you may get an error message &amp;#34;The project location is not trusted&amp;#34;</description><author></author><pubDate>Fri, 04 Jan 2008 17:56:43 GMT</pubDate><guid isPermaLink="false">RELEASED: Partition Management Release 1.0 (Jan 03, 2008) 20080104055643P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sql2005partitionmgmt/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Sliding Widnow technique is commonly used with partitioned tables to manage large data volumes. It allows efficient loading of new data and archival or removal of the old data. The challenges in a sliding window scenario is to create the staging table(s) correctly for efficient partition SWITCH operations. This utility provides a command line interface to:&lt;br /&gt; &lt;br /&gt;1. Remove all the data from one partition by switching it out to a staging table. It creates the required staging table.&lt;br /&gt;2. Create a staging table for loading data into a partition. The staging table can be created with or without indexes -- if created without indexes this utility provides a separate command to create appropriate indexes on the staging table, before SWITCHing it into the partitioned table.&lt;br /&gt; &lt;br /&gt;The commands can be invoked from other scripts for end-to-end sliding window scenarios.&lt;br /&gt; &lt;br /&gt;Refer to the attached readme.htm file for more details and command syntax.&lt;br /&gt;
&lt;/div&gt;</description><author>sanjaymi</author><pubDate>Thu, 03 Jan 2008 16:53:04 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080103045304P</guid></item><item><title>UPDATED RELEASE: Partition Management Release 1.0</title><link>http://www.codeplex.com/sql2005partitionmgmt/Release/ProjectReleases.aspx?ReleaseId=9434</link><description>Release 1.0 consists of&amp;#58;&lt;br /&gt;&amp;#42; A Readme file&lt;br /&gt;&amp;#42; The Executable&lt;br /&gt;&amp;#42; The source code &amp;#40;Visual Studio project&amp;#41;&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#43;Note&amp;#43;&amp;#42;&amp;#58; After you download the .zip file, do the following before unzipping it&amp;#58;&lt;br /&gt;Right-click the Zip file, choose Properties, click UnBlock, click Apply.&lt;br /&gt;Otherwise, you may get an error message &amp;#34;The project location is not trusted&amp;#34;</description><author></author><pubDate>Thu, 03 Jan 2008 16:51:37 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Partition Management Release 1.0 20080103045137P</guid></item><item><title>UPDATED RELEASE: Partition Management Release 1.0</title><link>http://www.codeplex.com/sql2005partitionmgmt/Release/ProjectReleases.aspx?ReleaseId=9434</link><description>Release 1.0 consists of&amp;#58;&lt;br /&gt;&amp;#42; A Readme file&lt;br /&gt;&amp;#42; The Executable&lt;br /&gt;&amp;#42; The source code &amp;#40;Visual Studio project&amp;#41;&lt;br /&gt;</description><author></author><pubDate>Fri, 28 Dec 2007 18:12:56 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Partition Management Release 1.0 20071228061256P</guid></item><item><title>UPDATED RELEASE: Partition Management Release 1.0</title><link>http://www.codeplex.com/sql2005partitionmgmt/Release/ProjectReleases.aspx?ReleaseId=9434</link><description>Release 1.0 consists of&amp;#58;&lt;br /&gt;&amp;#42; A Readme file&lt;br /&gt;&amp;#42; The Executable&lt;br /&gt;&amp;#42; The source code &amp;#40;Visual Studio project&amp;#41;&lt;br /&gt;</description><author></author><pubDate>Fri, 28 Dec 2007 18:12:13 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Partition Management Release 1.0 20071228061213P</guid></item><item><title>UPDATED RELEASE: Partition Management Release 1.0</title><link>http://www.codeplex.com/sql2005partitionmgmt/Release/ProjectReleases.aspx?ReleaseId=9434</link><description>Release 1.0 consists of&amp;#58;&lt;br /&gt;&amp;#42; A Readme file&lt;br /&gt;&amp;#42; The Executable&lt;br /&gt;&amp;#42; The source code &amp;#40;Visual Studio project&amp;#41;&lt;br /&gt;</description><author></author><pubDate>Fri, 28 Dec 2007 18:11:49 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Partition Management Release 1.0 20071228061149P</guid></item><item><title>UPDATED RELEASE: Partition Management Release 1.0</title><link>http://www.codeplex.com/sql2005partitionmgmt/Release/ProjectReleases.aspx?ReleaseId=9434</link><description>Release 1.0 consists of&amp;#58;&lt;br /&gt;&amp;#42; The source code &amp;#40;Visual Studio project&amp;#41;&lt;br /&gt;&amp;#42; A Readme file</description><author></author><pubDate>Wed, 26 Dec 2007 20:18:38 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Partition Management Release 1.0 20071226081838P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sql2005partitionmgmt/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Sliding Widnow technique is commonly used with partitioned tables to manage large data volumes. It allows efficient loading of new data and archival or removal of the old data. The challenges in a sliding window scenario is to create the staging table(s) correctly for efficient partition SWITCH operations. This utility provides a command line interface to:&lt;br /&gt; &lt;br /&gt;1. Remove all the data from one partition by switching it out to a staging table. It creates the required staging table.&lt;br /&gt;2. Create a staging table for loading data into a partition. The staging table can be created with or without indexes -- if created without indexes this utility provides a separate command to create appropriate indexes on the staging table, before SWITCHing it into the partitioned table.&lt;br /&gt; &lt;br /&gt;The commands can be invoked from other scripts for end-to-end sliding window scenarios.&lt;br /&gt; &lt;br /&gt;Refer to the attached readme.htm file for more details and command syntax.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;**Delete the following note before publishing **&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This project is currently in setup mode and only available to project coordinators and developers. Once you have finished setting up your project you can publish it to make it available to all CodePlex visitors.&lt;br /&gt; &lt;br /&gt;There are three requirements before you publish:&lt;br /&gt; &lt;br /&gt;- Edit this page to provide information about your project&lt;br /&gt;- Upload the initial source code for your project&lt;br /&gt;- Add your project license&lt;br /&gt; &lt;br /&gt;Additional information on starting a new project is available here: &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CodePlex&amp;amp;title=CodePlex%20Project%20Startup%20Guide" class="externalLink"&gt;Project Startup Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>sanjaymi</author><pubDate>Wed, 26 Dec 2007 20:09:12 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071226080912P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sql2005partitionmgmt/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Sliding Widnow technique is commonly used with partitioned tables to manage large data volumes. It allows efficient loading of new data and archival or removal of the old data. The challenges in a sliding window scenario is to create the staging table(s) correctly for efficient partition SWITCH operations. This utility provides a command line interface to:&lt;br /&gt; &lt;br /&gt;1. Remove all the data from one partition by switching it out to a staging table. It creates the required staging table.&lt;br /&gt;2. Create a staging table for loading data into a partition. The staging table can be created with or without indexes -- if created without indexes this utility provides a separate command to create appropriate indexes on the staging table, before SWITCHing it into the partitioned table.&lt;br /&gt; &lt;br /&gt;The commands can be invoked from other scripts for end-to-end sliding window scenarios.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;**Delete the following note before publishing **&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This project is currently in setup mode and only available to project coordinators and developers. Once you have finished setting up your project you can publish it to make it available to all CodePlex visitors.&lt;br /&gt; &lt;br /&gt;There are three requirements before you publish:&lt;br /&gt; &lt;br /&gt;- Edit this page to provide information about your project&lt;br /&gt;- Upload the initial source code for your project&lt;br /&gt;- Add your project license&lt;br /&gt; &lt;br /&gt;Additional information on starting a new project is available here: &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CodePlex&amp;amp;title=CodePlex%20Project%20Startup%20Guide" class="externalLink"&gt;Project Startup Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>sanjaymi</author><pubDate>Wed, 26 Dec 2007 20:07:55 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071226080755P</guid></item></channel></rss>