<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>SQL Server Partition Management</title><link>http://sqlpartitionmgmt.codeplex.com/Project/ProjectRss.aspx</link><description>Managing SQL Server Table partitions requires creating staging tables with indexes and constraints that match a specific partition of a permanent table.  This utility creates staging tables on-dema...</description><item><title>Created Issue: compression on partitions seems to be ignored [5338]</title><link>http://sqlpartitionmgmt.codeplex.com/WorkItem/View.aspx?WorkItemId=5338</link><description>Scripting a partitioned temp&amp;#47;staging table does not include reference to source table&amp;#39;s level of page level compression.&lt;br /&gt;</description><author>binarymechanic</author><pubDate>Mon, 26 Oct 2009 19:11:28 GMT</pubDate><guid isPermaLink="false">Created Issue: compression on partitions seems to be ignored [5338] 20091026071128P</guid></item><item><title>Created Issue: Partition functions with a '.' in its name are not handled properly (and maybe so do the partition schemes). [5337]</title><link>http://sqlpartitionmgmt.codeplex.com/WorkItem/View.aspx?WorkItemId=5337</link><description>You can create a partition function with CREATE PARTITION FUNCTION &amp;#91;Person.PF_Address&amp;#93;&amp;#40;int&amp;#41; RANGE LEFT FOR VALUES &amp;#40;10000, 20000, 30000&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;This function will not be handled properly due to the dot &amp;#40;&amp;#39;.&amp;#39;&amp;#41; in the name. It should work if you quote the name of the partition function with &amp;#39;&amp;#91;&amp;#39; and &amp;#39;&amp;#93;&amp;#39;. Maybe the same error will rise with a partition scheme with a dot inside the name.&lt;br /&gt;&lt;br /&gt;Workaround&amp;#58; Changing the name of the partition function &amp;#40;e.g. replace all &amp;#39;.&amp;#39; with &amp;#39;_&amp;#39;&amp;#41;.&lt;br /&gt;</description><author>MiSchroe</author><pubDate>Mon, 26 Oct 2009 17:00:49 GMT</pubDate><guid isPermaLink="false">Created Issue: Partition functions with a '.' in its name are not handled properly (and maybe so do the partition schemes). [5337] 20091026050049P</guid></item><item><title>Reviewed: Partition Management Release 2.0 (Oct 09, 2009)</title><link>http://sqlpartitionmgmt.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=23683#ReviewBy-mufford</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - This application does exactly what it says.  Once you learn how to use it, it makes building staging tables easy for switching partitions.</description><author>mufford</author><pubDate>Fri, 09 Oct 2009 15:33:30 GMT</pubDate><guid isPermaLink="false">Reviewed: Partition Management Release 2.0 (Oct 09, 2009) 20091009033330P</guid></item><item><title>Closed 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;Comments: Fixed with Release 2.0</description><author>Stuarto</author><pubDate>Mon, 23 Feb 2009 20:25:48 GMT</pubDate><guid isPermaLink="false">Closed Issue: Release 1.0 known issues: index creation order; 10-min. timeout 20090223082548P</guid></item><item><title>Updated Release: Partition Management Release 2.0 (Feb 23, 2009)</title><link>http://www.codeplex.com/SQLPartitionMgmt/Release/ProjectReleases.aspx?ReleaseId=23683</link><description>&lt;div&gt;
Release 2.0 adds support for SQL Server 2008, but is also fully compatible with SQL Server 2005.&lt;br&gt;The release consists of:&lt;br&gt;• A Readme file &lt;br&gt;• The Executable &lt;br&gt;• The source code (Visual Studio project) &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;Enhancements from V1 include:&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Support for automatically handling partition-aligned indexed views in SQL Server 2008&lt;/li&gt;&lt;li&gt;Handles sparse columns and filtered indexes in SQL Server 2008&lt;/li&gt;&lt;li&gt;Accommodates the new date and time data types in SQL Server 2008&lt;/li&gt;&lt;li&gt;Clustered index is always created first&lt;/li&gt;&lt;li&gt;New command “CreateStagingClusteredIndex” supports creating only the Clustered Index to optimize a load of presorted data;  additional indexes can be automatically built later using “IndexStaging”&lt;/li&gt;&lt;li&gt;Support for Nullable partitioning keys&lt;/li&gt;&lt;li&gt;Support for compressed tables and indexes in SQL Server 2008&lt;/li&gt;&lt;li&gt;Default constraints are inherited from the partitioned table to assist with data loading into staging tables&lt;/li&gt;&lt;li&gt;Connection Timeout eliminated&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;Test scripts for both SQL Server 2005 and SQL Server 2008 are included in the Visual Studio project.  To modify or compile the source code, please use Visual Studio 2008 SP1 or later. &lt;br&gt;
&lt;/div&gt;</description><author>stuarto</author><pubDate>Mon, 23 Feb 2009 20:24:26 GMT</pubDate><guid isPermaLink="false">Updated Release: Partition Management Release 2.0 (Feb 23, 2009) 20090223082426P</guid></item><item><title>Released: Partition Management Release 2.0 (Feb 23, 2009)</title><link>http://www.codeplex.com/SQLPartitionMgmt/Release/ProjectReleases.aspx?ReleaseId=23683</link><description>&lt;div&gt;
Release 2.0 adds support for SQL Server 2008, but is also fully compatible with SQL Server 2005.&lt;br&gt;The release consists of:&lt;br&gt;• A Readme file &lt;br&gt;• The Executable &lt;br&gt;• The source code (Visual Studio project) &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;Enhancements from V1 include:&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Support for automatically handling partition-aligned indexed views in SQL Server 2008&lt;/li&gt;&lt;li&gt;Handles sparse columns and filtered indexes in SQL Server 2008&lt;/li&gt;&lt;li&gt;Accommodates the new date and time data types in SQL Server 2008&lt;/li&gt;&lt;li&gt;Clustered index is always created first&lt;/li&gt;&lt;li&gt;New command “CreateStagingClusteredIndex” supports creating only the Clustered Index to optimize a load of presorted data;  additional indexes can be automatically built later using “IndexStaging”&lt;/li&gt;&lt;li&gt;Support for Nullable partitioning keys&lt;/li&gt;&lt;li&gt;Support for compressed tables and indexes in SQL Server 2008&lt;/li&gt;&lt;li&gt;Default constraints are inherited from the partitioned table to assist with data loading into staging tables&lt;/li&gt;&lt;li&gt;Connection Timeout eliminated&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;Test scripts for both SQL Server 2005 and SQL Server 2008 are included in the Visual Studio project.  To modify or compile the source code, please use Visual Studio 2008 SP1 or later. &lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Mon, 23 Feb 2009 20:24:26 GMT</pubDate><guid isPermaLink="false">Released: Partition Management Release 2.0 (Feb 23, 2009) 20090223082426P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/SQLPartitionMgmt/Wiki/View.aspx?title=Home&amp;version=6</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 challenge in a sliding window scenario is to create the staging table(s) correctly for efficient partition SWITCH operations -- matching all columns, indexes, constraints, storage locations, and potentially indexed views with those of the partitioned table's partition of interest. 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.  Using the utility allows you to avoid maintaining partition maintenance scripts that must remain synchronized with index or column changes in the permanent table, since necessary staging objects can be created on-demand.&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>Stuarto</author><pubDate>Mon, 23 Feb 2009 20:22:01 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090223082201P</guid></item><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>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 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>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>