<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>sqlspade Releases Rss Feed</title><link>http://sqlspade.codeplex.com/releases</link><description>sqlspade Releases Rss Description</description><item><title>Updated Release: SPADE Beta 1.2 (Dec 29, 2011)</title><link>http://sqlspade.codeplex.com/releases/view/79617</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;SPADE Beta 1.2&lt;/h1&gt;&lt;u&gt;Incremental Update&lt;/u&gt;
&lt;ul&gt;&lt;li&gt;Added support for installing SQL 2012 (&amp;quot;Denali&amp;quot;) on Windows Server Core&lt;/li&gt;
&lt;li&gt;Added QtWeb (Open Source) standalone browser for viewing the SQL SPADE log on Server Core&lt;/li&gt;
&lt;li&gt;Added Script Manager functionality to the SqlSpadeHelper tool&lt;/li&gt;
&lt;li&gt;Changed the port logic to use the WMI method becuase the registry method was inconsistent when installing SQL 2012 on Server Core&lt;/li&gt;
&lt;li&gt;Fixed the exists check in the VerifyAdminGroup script to look for the fully qualified domain group&lt;/li&gt;
&lt;li&gt;Fixed a logic error in the Execute-SqlCommand function that was masking exceptions when the SQL connection failed&lt;/li&gt;
&lt;li&gt;Added support for excluding scripts by putting an &amp;quot;_&amp;quot; at the beginning of the file name&lt;/li&gt;
&lt;li&gt;Changed the ConfigureDatabaseMail script to a PowerShell script that uses external configurations stored in the Run-Install.config file&lt;/li&gt;
&lt;li&gt;Changed the order for the RemoveBuiltinAdminsLogin script&lt;/li&gt;
&lt;li&gt;Changed the order for the Restart-SqlService script&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>sarasotasql</author><pubDate>Thu, 29 Dec 2011 21:50:24 GMT</pubDate><guid isPermaLink="false">Updated Release: SPADE Beta 1.2 (Dec 29, 2011) 20111229095024P</guid></item><item><title>Released: SPADE Beta 1.2 (Dec 29, 2011)</title><link>http://sqlspade.codeplex.com/releases/view/79617</link><description>
&lt;div class="wikidoc"&gt;
&lt;h1&gt;SPADE Beta 1.2&lt;/h1&gt;
&lt;u&gt;Incremental Update&lt;/u&gt;
&lt;ul&gt;
&lt;li&gt;Added support for installing SQL 2012 (&amp;quot;Denali&amp;quot;) on Windows Server Core
&lt;/li&gt;&lt;li&gt;Added QtWeb (Open Source) standalone browser for viewing the SQL SPADE log on Server Core
&lt;/li&gt;&lt;li&gt;Added Script Manager functionality to the SqlSpadeHelper tool &lt;/li&gt;&lt;li&gt;Changed the port logic to use the WMI method becuase the registry method was inconsistent when installing SQL 2012 on Server Core
&lt;/li&gt;&lt;li&gt;Fixed the exists check in the VerifyAdminGroup script to look for the fully qualified domain group
&lt;/li&gt;&lt;li&gt;Fixed a logic error in the Execute-SqlCommand function that was masking exceptions when the SQL connection failed
&lt;/li&gt;&lt;li&gt;Added support for excluding scripts by putting an &amp;quot;_&amp;quot; at the beginning of the file name
&lt;/li&gt;&lt;li&gt;Changed the ConfigureDatabaseMail script to a PowerShell script that uses external configurations stored in the Run-Install.config file
&lt;/li&gt;&lt;li&gt;Changed the order for the RemoveBuiltinAdminsLogin script &lt;/li&gt;&lt;li&gt;Changed the order for the Restart-SqlService script&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Thu, 29 Dec 2011 21:50:24 GMT</pubDate><guid isPermaLink="false">Released: SPADE Beta 1.2 (Dec 29, 2011) 20111229095024P</guid></item><item><title>Created Release: SPADE Beta 1.2 (Dec 29, 2011)</title><link>http://sqlspade.codeplex.com/releases?ReleaseId=79617</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Added support for installing SQL 2012 (&amp;quot;Denali&amp;quot;) on Windows Server Core&lt;/h1&gt;&lt;h1&gt;Added QtWeb (Open Source) standalone browser for viewing the SQL SPADE log on Server Core&lt;/h1&gt;&lt;h1&gt;Added Script Manager functionality to the SqlSpadeHelper tool&lt;/h1&gt;&lt;h1&gt;Changed the port logic to use the WMI method becuase the registry method was inconsistent when installing SQL 2012 on Server Core&lt;/h1&gt;&lt;h1&gt;Fixed the exists check in the VerifyAdminGroup script to look for the fully qualified domain group&lt;/h1&gt;&lt;h1&gt;Fixed a logic error in the Execute-SqlCommand function that was masking exceptions when the SQL connection failed&lt;/h1&gt;&lt;h1&gt;Added support for excluding scripts by putting an &amp;quot;_&amp;quot; at the beginning of the file name&lt;/h1&gt;&lt;h1&gt;Changed the ConfigureDatabaseMail script to a PowerShell script that uses external configurations stored in the Run-Install.config file&lt;/h1&gt;&lt;h1&gt;Changed the order for the RemoveBuiltinAdminsLogin script&lt;/h1&gt;&lt;h1&gt;Changed the order for the Restart-SqlService script&lt;/h1&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>sarasotasql</author><pubDate>Thu, 29 Dec 2011 21:48:53 GMT</pubDate><guid isPermaLink="false">Created Release: SPADE Beta 1.2 (Dec 29, 2011) 20111229094853P</guid></item><item><title>Created Release: SPADE Beta 1.1 (Oct 14, 2011)</title><link>http://sqlspade.codeplex.com/releases?ReleaseId=75064</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;SPADE Beta 1.1&lt;/h1&gt;&lt;u&gt;Incremental Update&lt;/u&gt;
&lt;ul&gt;&lt;li&gt;Added support for SQL 2012 (Denali)&lt;/li&gt;
&lt;li&gt;Added support for Evaluation editions - when the edition property is set to &amp;quot;Evaluation&amp;quot; a key is no longer required and the &amp;quot;PID&amp;quot; value is removed from the unattended install file&lt;/li&gt;
&lt;li&gt;Corrected a file path error when using the &amp;quot;DontCopyLocal&amp;quot; switch&lt;/li&gt;
&lt;li&gt;Added post scripts that deploy Ola Hallengren&amp;#39;s Database Maintenance solution - For more information go to &lt;a href="http://ola.hallengren.com/" class="externalLink"&gt;http://ola.hallengren.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Thank you Ola for allowing me to include these files&lt;/li&gt;
&lt;li&gt;The Packages and PowerShellScripts folders are now included in zip file and contain description files that explain their purpose&lt;/li&gt;
&lt;li&gt;Changed the file copy process to clear the Common, PreScripts, PostScripts, and Templates folders on each subsequent run so that they are better kept in sync with the source location&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>sarasotasql</author><pubDate>Fri, 14 Oct 2011 15:37:32 GMT</pubDate><guid isPermaLink="false">Created Release: SPADE Beta 1.1 (Oct 14, 2011) 20111014033732P</guid></item><item><title>Released: SPADE Beta 1.1 (Oct 14, 2011)</title><link>http://sqlspade.codeplex.com/releases/view/75064</link><description>
&lt;div class="wikidoc"&gt;
&lt;h1&gt;SPADE Beta 1.1&lt;/h1&gt;
&lt;u&gt;Incremental Update&lt;/u&gt;
&lt;ul&gt;
&lt;li&gt;Added support for SQL 2012 (Denali) &lt;/li&gt;&lt;li&gt;Added support for Evaluation editions - when the edition property is set to &amp;quot;Evaluation&amp;quot; a key is no longer required and the &amp;quot;PID&amp;quot; value is removed from the unattended install file
&lt;/li&gt;&lt;li&gt;Corrected a file path error when using the &amp;quot;DontCopyLocal&amp;quot; switch &lt;/li&gt;&lt;li&gt;Added post scripts that deploy Ola Hallengren&amp;#39;s Database Maintenance solution - For more information go to
&lt;a href="http://ola.hallengren.com/"&gt;http://ola.hallengren.com/&lt;span&gt;&lt;/span&gt;&lt;/a&gt; - Thank you Ola for allowing me to include these files
&lt;/li&gt;&lt;li&gt;The Packages and PowerShellScripts folders are now included in zip file and contain description files that explain their purpose
&lt;/li&gt;&lt;li&gt;Changed the file copy process to clear the Common, PreScripts, PostScripts, and Templates folders on each subsequent run so that they are better kept in sync with the source location&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Fri, 14 Oct 2011 15:37:32 GMT</pubDate><guid isPermaLink="false">Released: SPADE Beta 1.1 (Oct 14, 2011) 20111014033732P</guid></item><item><title>Created Release: SPADE Beta 1 (Sep 24, 2011)</title><link>http://sqlspade.codeplex.com/releases?ReleaseId=73872</link><description>&lt;div class="wikidoc"&gt;This is the initial beta release of SQL SPADE.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SarasotaSQL</author><pubDate>Sat, 24 Sep 2011 20:59:26 GMT</pubDate><guid isPermaLink="false">Created Release: SPADE Beta 1 (Sep 24, 2011) 20110924085926P</guid></item><item><title>Released: SPADE Beta 1 (Sep 24, 2011)</title><link>http://sqlspade.codeplex.com/releases/view/73872</link><description>
&lt;div class="wikidoc"&gt;This is the initial beta release of SQL SPADE.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sat, 24 Sep 2011 20:59:26 GMT</pubDate><guid isPermaLink="false">Released: SPADE Beta 1 (Sep 24, 2011) 20110924085926P</guid></item></channel></rss>