<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>sqlspade Discussions Rss Feed</title><link>http://sqlspade.codeplex.com/discussions</link><description>sqlspade Discussions Rss Description</description><item><title>New Post: Powershell v3</title><link>http://sqlspade.codeplex.com/discussions/406000</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Josh,&lt;/p&gt;
&lt;p&gt;Thanks for the great feedback.&amp;nbsp; I believe that I have identified all of places where the &amp;quot;Control cannot leave a finally block&amp;quot; is occurring.&amp;nbsp; I'm in the process of rebuilding my testing environment on new storage and as soon as that is complete I will test
 and upload the changes.&lt;/p&gt;
&lt;p&gt;If you would like a list of the changes prior to that, please let me know and I'll email them to you.&lt;/p&gt;
&lt;p&gt;Michael&lt;/p&gt;
&lt;/div&gt;</description><author>sarasotasql</author><pubDate>Thu, 20 Dec 2012 17:43:31 GMT</pubDate><guid isPermaLink="false">New Post: Powershell v3 20121220054331P</guid></item><item><title>New Post: Powershell v3</title><link>http://sqlspade.codeplex.com/discussions/406000</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;I am trying to use SQLSPADE on Windows Server Core 2012, and am getting some errors like &amp;quot;Control cannot leave a finally block&amp;quot;. Looking around it appears to be a breaking change with Powershell v3. I would be happy to help fix this if it's not
 currently on your radar already.&lt;/p&gt;
&lt;p&gt;Thanks for the great product. This thing has saved me many, MANY hours in standing up SQL server instances.&lt;/p&gt;
&lt;p&gt;-Josh&lt;/p&gt;
&lt;/div&gt;</description><author>yardbirdsax</author><pubDate>Fri, 07 Dec 2012 20:15:59 GMT</pubDate><guid isPermaLink="false">New Post: Powershell v3 20121207081559P</guid></item><item><title>New Post: TEMPDB data/log file location</title><link>http://sqlspade.codeplex.com/discussions/390767</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thank you for catching that.&amp;nbsp; For versions 2005-2008R2 the tempdb files are placed in the same location as the other system databases, and I neglected to make the adjustment for 2012 when they enabled the option to assign tempdb seperately.&lt;/p&gt;
&lt;p&gt;My intended way of handling this is to either add the elements to the Run-Install.config file (if this is your standard) or adding the options to the $overrides hashtable (if this is a "one-off" build).&amp;nbsp; The configuration ini files should not be updated as they are intended to be generic, and can be easily overridden&amp;nbsp;using the methods we just discussed.&lt;/p&gt;
&lt;p&gt;As an answer to your initial question, our standard is to locate the tempdb file with the rest of the system databases.&amp;nbsp; The system databases generally don't have sufficient&amp;nbsp;activity to interfere with tempdb.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I hope this answers your questions, if not I'd be happy to discuss this with you further.&lt;/p&gt;
&lt;p&gt;Michael&lt;/p&gt;&lt;/div&gt;</description><author>sarasotasql</author><pubDate>Wed, 08 Aug 2012 23:59:21 GMT</pubDate><guid isPermaLink="false">New Post: TEMPDB data/log file location 20120808115921P</guid></item><item><title>New Post: TEMPDB data/log file location</title><link>http://sqlspade.codeplex.com/discussions/390767</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Or maybe just adding this to the Start-SqlSpade.ps1 file in the #Optional values section:&lt;/p&gt;
&lt;p&gt;$overrides.Add("SQLTEMPDBDIR", 'T:\mssql\data')&lt;br /&gt;$overrides.Add("SQLTEMPDBLOGDIR", 'T:\mssql\data')&lt;/p&gt;&lt;/div&gt;</description><author>brenbart</author><pubDate>Wed, 08 Aug 2012 21:21:51 GMT</pubDate><guid isPermaLink="false">New Post: TEMPDB data/log file location 20120808092151P</guid></item><item><title>New Post: TEMPDB data/log file location</title><link>http://sqlspade.codeplex.com/discussions/390767</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I see that by default the installer puts the tempdb files Root Install Directory.&lt;/p&gt;
&lt;p&gt;Is this your typical configuration?&lt;/p&gt;
&lt;p&gt;Over the years when I attempted to get the OS, datafiles, logfiles and tempdb on separate physical arrays the response from the sysadmin group ranged from laughter to outright refusal. (&lt;em&gt;&amp;lt;scowl&amp;gt; &amp;quot;No, you get one RAID 5 array.&amp;quot;&lt;/em&gt;)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the past I've either left it on the drive with the Root install or moved the tempdb data/log files to the respective user DB data/log directory.&lt;/p&gt;
&lt;p&gt;We have now virtualized all of our SQL servers and learned very quickly that you need to treat the LUNs as though they were normal drives/arrays. ( If we added two LUNs from the same VM drive pool it had the same effect as if they were two partitions sitting
 on the same physical drive.)&amp;nbsp; This now puts me in the position where the sysadmin's don't scream if I say I want these multiple drives mapped to different drive pools.&amp;nbsp; (They don't care since it's not physical disks.)&amp;nbsp; So,&amp;nbsp; I will be able
 to see if having the tempdb on a separate drive will make any noticeable difference.&lt;/p&gt;
&lt;p&gt;I want to change the location of the tempdb data and log files in the SPADE install and had some questions...&lt;/p&gt;
&lt;p&gt;Could I just add it to the template override setting in the Run-Install.config file?&lt;/p&gt;
&lt;p&gt;.&lt;br&gt;
.&lt;br&gt;
.&lt;br&gt;
&amp;lt;SqlVersions&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;TemplateOverrides&amp;gt; &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Setting Name=&amp;quot;SQLTEMPDBDIR&amp;quot; Value=&amp;quot;Physical Path&amp;quot; /&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Setting Name=&amp;quot;SQLTEMPDBLOGDIR&amp;quot; Value=&amp;quot;Physical Path&amp;quot; /&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;lt;/TemplateOverrides&amp;gt;&lt;br&gt;
&amp;nbsp; &amp;lt;/Version&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;lt;/SqlVersions&amp;gt;&lt;br&gt;
&amp;lt;/InstallerConfig&amp;gt;&lt;/p&gt;
&lt;p&gt;Or do I need to add this to the configuration_&amp;lt;ver&amp;gt;.ini file:&lt;/p&gt;
&lt;p&gt;SQLTEMPDBDIR=&amp;quot;&amp;quot;&amp;nbsp; &lt;br&gt;
SQLTEMPDBLOGDIR=&amp;quot;&amp;quot;&lt;/p&gt;
&lt;p&gt;If the configuration_&amp;lt;ver&amp;gt;.ini entries are needed what should their values be?
&lt;br&gt;
&amp;nbsp;&amp;nbsp; Blank? &lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;lt;Root Directory&amp;gt;\Data?&lt;br&gt;
&amp;nbsp;&amp;nbsp; $SystemDataDir?&lt;br&gt;
&amp;nbsp;&amp;nbsp; &lt;br&gt;
&lt;/p&gt;
&lt;/div&gt;</description><author>brenbart</author><pubDate>Wed, 08 Aug 2012 19:57:45 GMT</pubDate><guid isPermaLink="false">New Post: TEMPDB data/log file location 20120808075745P</guid></item><item><title>New Post: Spade Helper Utility - Script Manager suggestions</title><link>http://sqlspade.codeplex.com/discussions/362695</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks, that clears it up.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;No apologies necessary.&amp;nbsp; It's very difficult to see what will confuse others and if you try to explain every little thing your "simple" explanation will end up being the length of a book.&lt;/p&gt;&lt;/div&gt;</description><author>brenbart</author><pubDate>Tue, 24 Jul 2012 16:33:03 GMT</pubDate><guid isPermaLink="false">New Post: Spade Helper Utility - Script Manager suggestions 20120724043303P</guid></item><item><title>New Post: Spade Helper Utility - Script Manager suggestions</title><link>http://sqlspade.codeplex.com/discussions/362695</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;There is no need to define an x86 or x64 path for 2008 and above becuase all of the architectures are on the same media.&amp;nbsp; The setup.exe runs from the root of the media and based on the architecture of the system it choses the correct set of binaries.&lt;/p&gt;
&lt;p&gt;The only reason that I have them separate for 2005 is becuase the x86 and x64 installs were on different sets of discs and therefore needed to be placed in separate folders for SPADE.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;That being said, your nodes for 2008, 2008R2, and 2012 should look similar to this...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;lt;SqlVersions&amp;gt;&lt;br /&gt;&amp;lt;Version Name="SQL2008R2"&amp;gt;&lt;br /&gt;&amp;lt;ConfigurationTemplate Name="Configuration_2008R2.ini" Category="SQLSERVER2008" /&amp;gt;&lt;br /&gt;&amp;lt;ProductStrings&amp;gt;&lt;br /&gt;&amp;lt;ProductString Name="Default" Value="SQLENGINE,REPLICATION,FULLTEXT,CONN,BC,SSMS,ADV_SSMS,BOL" /&amp;gt;&lt;br /&gt;&amp;lt;ProductString Name="DefaultPlusIS" Value="SQLENGINE,REPLICATION,FULLTEXT,BIDS,CONN,IS,BC,SSMS,ADV_SSMS" /&amp;gt;&lt;br /&gt;&amp;lt;ProductString Name="Minimal" Value="SQLENGINE,CONN,BC,SSMS,ADV_SSMS" /&amp;gt;&lt;br /&gt;&amp;lt;/ProductStrings&amp;gt;&lt;br /&gt;&amp;lt;Editions&amp;gt;&lt;br /&gt;&amp;lt;Edition Name="Enterprise" Key="" FolderName="SQL2008R2\Enterprise" /&amp;gt;&lt;br /&gt;&amp;lt;Edition Name="Standard" Key="" FolderName="SQL2008R2\Standard" /&amp;gt;&lt;/p&gt;
&lt;p&gt;I hope this answers your question and I apologize for any confusion.&lt;/p&gt;&lt;/div&gt;</description><author>sarasotasql</author><pubDate>Tue, 24 Jul 2012 16:04:36 GMT</pubDate><guid isPermaLink="false">New Post: Spade Helper Utility - Script Manager suggestions 20120724040436P</guid></item><item><title>New Post: Spade Helper Utility - Script Manager suggestions</title><link>http://sqlspade.codeplex.com/discussions/362695</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Given this snippet of the run-install.config file what should the install folder for the 32 and 64 bit folders look like?&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;lt;DataCenters&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- This section contains the list of valid data centers and their respective Auto-Install source locations--&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DataCenter Name="Data Center 1" Location="Location 1" FilePath="B:\install\" /&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/DataCenters&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;SqlVersions&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Version Name="SQL2008R2"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ConfigurationTemplate Name="Configuration_2008R2.ini" Category="SQLSERVER2008" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ProductStrings&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ProductString Name="Default" Value="SQLENGINE,REPLICATION,FULLTEXT,CONN,BC,SSMS,ADV_SSMS,BOL" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ProductString Name="DefaultPlusIS" Value="SQLENGINE,REPLICATION,FULLTEXT,BIDS,CONN,IS,BC,SSMS,ADV_SSMS" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ProductString Name="Minimal" Value="SQLENGINE,CONN,BC,SSMS,ADV_SSMS" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ProductStrings&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Editions&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Edition Name="Enterprise_32" Key="" FolderName="SQL2008R2\Enterprise\32" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Edition Name="Enterprise_64" Key="" FolderName="SQL2008R2\Enterprise\64" /&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;Below is a rough approximation of the install CD file structure.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When I run the SpadeHelper/spade folder builder It puts the contents of the appropriate x64 or x86 folders under "SQL2008R2\Enterprise\64"&amp;nbsp; or "SQL2008R2\Enterprise\32" but when I try to run the install script it's looking in that 32/64 folder for the setup.exe from the root of the CD.&amp;nbsp; I tried changing the name to setup100.exe but it wouldn't run properly because it was looking for something done by the root setup.exe.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Do the 32/64 bit folders need to have everything at the root of the CD but with certain subfolders excluded?&amp;nbsp; i.e. for the 64bit install essentially have the entire cd minus the x86 folder?&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;Why even have seperate media locations for the installs, why not just a copy of the entire install?&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CD_Root&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1033_ENU_LP&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ia64&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MasterDataServices&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; redist&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; resources&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; StreamInsight&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autorun.inf&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MediaInfo.xml&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Microsoft.VC80.CRT.manifest&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msvcr80.dll&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; setup.exe&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; setup.exe.config&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sqmapi.dll&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x64&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; setup100.exe&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;various x64 specific files and folders&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x86&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; setup100.exe&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;various x86 specific files and folders&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;</description><author>brenbart</author><pubDate>Tue, 24 Jul 2012 15:23:34 GMT</pubDate><guid isPermaLink="false">New Post: Spade Helper Utility - Script Manager suggestions 20120724032334P</guid></item><item><title>New Post: Spade Helper Utility - Script Manager suggestions</title><link>http://sqlspade.codeplex.com/discussions/362695</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&amp;lt;withdrawn&amp;gt;&lt;/p&gt;
&lt;/div&gt;</description><author>brenbart</author><pubDate>Tue, 17 Jul 2012 17:08:17 GMT</pubDate><guid isPermaLink="false">New Post: Spade Helper Utility - Script Manager suggestions 20120717050817P</guid></item><item><title>New Post: Spade Helper Utility - Script Manager suggestions</title><link>http://sqlspade.codeplex.com/discussions/362695</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;You have a good point, adding the script name doesn't help if the full path doesn't fit.&amp;nbsp; Besides, the path is already on the top of the window anyways.&lt;/p&gt;
&lt;p&gt;So I changed the code to only show the script name and moved the full path to a tooltip that appears if you mouse over the script name.&lt;/p&gt;
&lt;p&gt;Have you been able to build the auto install folders yet?&lt;/p&gt;&lt;/div&gt;</description><author>sarasotasql</author><pubDate>Thu, 12 Jul 2012 22:50:04 GMT</pubDate><guid isPermaLink="false">New Post: Spade Helper Utility - Script Manager suggestions 20120712105004P</guid></item><item><title>New Post: Spade Helper Utility - Script Manager suggestions</title><link>http://sqlspade.codeplex.com/discussions/362695</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I tested the changes you made to the script manager and the folder builder and they worked as advertised.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The only suggestion I'd make is that maybe the status bar at the bottom in the script manager only display the file name not the full path.&amp;nbsp; I happened to be testing with a long convoluted path and was unable to read the actual file name because it extended past the window dimensions.&lt;/p&gt;
&lt;p&gt;Then again, the path info is helpful so it's probably fine the way it is.&lt;/p&gt;&lt;/div&gt;</description><author>brenbart</author><pubDate>Thu, 12 Jul 2012 17:47:37 GMT</pubDate><guid isPermaLink="false">New Post: Spade Helper Utility - Script Manager suggestions 20120712054737P</guid></item><item><title>New Post: Spade Helper Utility - Script Manager suggestions</title><link>http://sqlspade.codeplex.com/discussions/362695</link><description>&lt;div style="line-height: normal;"&gt;&lt;font style="font-size:11.0pt; font-family:"&gt;Absolutely. I will probably have a chance to check on it this week.&lt;/font&gt;&lt;br&gt;
&lt;br&gt;
&lt;div style="border:none; border-top:solid #B5C4DF 1.0pt; padding:3.0pt 0in 0in 0in"&gt;
&lt;font style="font-size:10.0pt; font-family:"&gt;&lt;b&gt;From&lt;/b&gt;: sarasotasql [email removed]
&lt;br&gt;
&lt;b&gt;Sent&lt;/b&gt;: Tuesday, July 10, 2012 10:45 PM&lt;br&gt;
&lt;b&gt;To&lt;/b&gt;: Bartlett, Brendan &lt;br&gt;
&lt;b&gt;Subject&lt;/b&gt;: Re: Spade Helper Utility - Script Manager suggestions [sqlspade:362695]
&lt;br&gt;
&lt;/font&gt;&lt;br&gt;
&lt;/div&gt;
&lt;p&gt;From: sarasotasql&lt;/p&gt;
&lt;div id="ThreadNotificationPostBody"&gt;
&lt;p&gt;I have addressed your suggestions by making the following changes:&lt;/p&gt;
&lt;p&gt;1) I added a status bar to the bottom of the script window that shows the current script file&lt;/p&gt;
&lt;p&gt;2) I fixed the Save button so that when you save the script it resets the save status and clears the save button&lt;/p&gt;
&lt;p&gt;3) Added the Config file to the left hand navigation so that you can edit the Run-Install.config file - I would eventually like to add a cleaner editor so that you don't need to edit the XML by hand, but that will take a bit more time.&lt;/p&gt;
&lt;p&gt;I also added a close button that appears when you open a script for editing.&lt;/p&gt;
&lt;p&gt;Would you be willing to test these changes and provide any additional feedback? The changeset can be downloaded from
&lt;a href="http://sqlspade.codeplex.com/SourceControl/changeset/changes/4c5c7e112767"&gt;
http://sqlspade.codeplex.com/SourceControl/changeset/changes/4c5c7e112767&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Confidentiality Notice: This transmission may contain information that is privileged, confidential, legally privileged, and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure,
 copying, distribution, or use of the information contained herein (including any reliance thereon) is strictly prohibited. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in
 electronic or hard copy format. Thank you.&lt;/p&gt;
&lt;/div&gt;</description><author>brenbart</author><pubDate>Wed, 11 Jul 2012 03:12:24 GMT</pubDate><guid isPermaLink="false">New Post: Spade Helper Utility - Script Manager suggestions 20120711031224A</guid></item><item><title>New Post: Spade Helper Utility - Script Manager suggestions</title><link>http://sqlspade.codeplex.com/discussions/362695</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have addressed your suggestions by making the following changes:&lt;/p&gt;
&lt;p&gt;1) I added a status bar to the bottom of the script window that shows the current script file&lt;/p&gt;
&lt;p&gt;2) I fixed the Save button so that when you save the script it resets the save status and clears the save button&lt;/p&gt;
&lt;p&gt;3) Added the Config file to the left hand navigation so that you can edit the Run-Install.config file - I would eventually like to add a cleaner editor so that you don't need to edit the XML by hand, but that will take a bit more time.&lt;/p&gt;
&lt;p&gt;I also added a close button that appears when you open a script for editing.&lt;/p&gt;
&lt;p&gt;Would you be willing to test these changes and provide any additional feedback?&amp;nbsp; The changeset can be downloaded from &lt;a href="http://sqlspade.codeplex.com/SourceControl/changeset/changes/4c5c7e112767"&gt;http://sqlspade.codeplex.com/SourceControl/changeset/changes/4c5c7e112767&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;</description><author>sarasotasql</author><pubDate>Wed, 11 Jul 2012 02:44:56 GMT</pubDate><guid isPermaLink="false">New Post: Spade Helper Utility - Script Manager suggestions 20120711024456A</guid></item><item><title>New Post: Spade Helper Utility - Script Manager suggestions</title><link>http://sqlspade.codeplex.com/discussions/362695</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Just a few suggestions after using the Script Manager...&lt;/p&gt;
&lt;p&gt;If I double-click on a script it opens in the detail window to the right but the name of the script being actively edited is not displayed anywhere that I can see.&amp;nbsp; Maybe put it in the window bar or keep it highlighted in the tree frame on the left?&lt;/p&gt;
&lt;p&gt;The 'save' button does not visibly do anything after making changes to a script.&amp;nbsp; However, when you go to another script you are asked whether it should save your changes.&amp;nbsp; I haven't tested whether the button actually saves things or not but my
 usual expectation for this type of application would be that the 'save' button is grayed out until you make changes and then after clicking the button to save it goes gray again until further changes are made.&amp;nbsp; (I expect this type of fix has a relatively
 low ROI since it works ok the way it is but thought I'd throw it out there.)&lt;/p&gt;
&lt;p&gt;Not sure how you'd do it but a way to edit a selected script's parameters that go in the Run-Install.config file would be helpful.&amp;nbsp; Maybe a button to push the parameters to the Run-Install.config file? Or a separate popup window that displays the xml
 entries that should be in the config file where you can copy them for pasting into the config file?&lt;/p&gt;
&lt;p&gt;Allow the Run-Install.config to be edited in the script manager?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>brenbart</author><pubDate>Tue, 10 Jul 2012 16:42:38 GMT</pubDate><guid isPermaLink="false">New Post: Spade Helper Utility - Script Manager suggestions 20120710044238P</guid></item><item><title>New Post: SqlSpadeHelper - Unhandled exception Error trying to select source files.</title><link>http://sqlspade.codeplex.com/discussions/362548</link><description>&lt;div style="line-height: normal;"&gt;&lt;font style="font-size:11.0pt; font-family:"&gt;Thanks for getting back to me so quickly!&lt;br&gt;
&lt;br&gt;
It encourages me to be a more active participant online and with open source projects since I tend to be a lurker.&lt;br&gt;
&lt;br&gt;
I was also about to give up on sqlspade and just go back to a manual install.&lt;br&gt;
&lt;br&gt;
(You are also providing a valuable distraction from a large boring meeting.)&lt;br&gt;
&lt;br&gt;
I have a few other questions regarding the general structure of spade but I will post them later today.&lt;/font&gt;&lt;br&gt;
&lt;br&gt;
&lt;div style="border:none; border-top:solid #B5C4DF 1.0pt; padding:3.0pt 0in 0in 0in"&gt;
&lt;font style="font-size:10.0pt; font-family:"&gt;&lt;b&gt;From&lt;/b&gt;: sarasotasql [email removed]
&lt;br&gt;
&lt;b&gt;Sent&lt;/b&gt;: Tuesday, July 10, 2012 08:32 AM&lt;br&gt;
&lt;b&gt;To&lt;/b&gt;: Bartlett, Brendan &lt;br&gt;
&lt;b&gt;Subject&lt;/b&gt;: Re: SqlSpadeHelper - Unhandled exception Error trying to select source files. [sqlspade:362548]
&lt;br&gt;
&lt;/font&gt;&lt;br&gt;
&lt;/div&gt;
&lt;p&gt;From: sarasotasql&lt;/p&gt;
&lt;div id="ThreadNotificationPostBody"&gt;
&lt;p&gt;Thank you for taking the time to report this issue. With the information that you provided I was able to identify the bug and make the needed correction.&lt;/p&gt;
&lt;p&gt;I will be including the updated code in the next release, but you can download it from the following link now -
&lt;a href="http://sqlspade.codeplex.com/SourceControl/changeset/changes/1e9ba629d7dd"&gt;
http://sqlspade.codeplex.com/SourceControl/changeset/changes/1e9ba629d7dd&lt;/a&gt;. When you use the download option on the page, it will download a zip file that contains all of the latest code. Since there may be other changes since the last release, I recommend
 that you pull only the SqlSpadeHelper.exe from the zip file.&lt;/p&gt;
&lt;p&gt;There is also a workaround for the version you have now, which is to select the action from the list, even if it appears to already be selected.&lt;/p&gt;
&lt;p&gt;I apologize for the inconvenience and welcome any additional feedback that you have.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Confidentiality Notice: This transmission may contain information that is privileged, confidential, legally privileged, and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure,
 copying, distribution, or use of the information contained herein (including any reliance thereon) is strictly prohibited. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in
 electronic or hard copy format. Thank you.&lt;/p&gt;
&lt;/div&gt;</description><author>brenbart</author><pubDate>Tue, 10 Jul 2012 14:29:15 GMT</pubDate><guid isPermaLink="false">New Post: SqlSpadeHelper - Unhandled exception Error trying to select source files. 20120710022915P</guid></item><item><title>New Post: SqlSpadeHelper - Unhandled exception Error trying to select source files.</title><link>http://sqlspade.codeplex.com/discussions/362548</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thank you for taking the time to report this issue.&amp;nbsp; With the information that you provided I was able to identify the bug and make the needed correction.&lt;/p&gt;
&lt;p&gt;I will be including the updated code in the next release, but you can download it from the following link&amp;nbsp;now - &lt;a href="http://sqlspade.codeplex.com/SourceControl/changeset/changes/1e9ba629d7dd"&gt;http://sqlspade.codeplex.com/SourceControl/changeset/changes/1e9ba629d7dd&lt;/a&gt;.&amp;nbsp; When you use the download option&amp;nbsp;on the page,&amp;nbsp;it will download a zip file that contains all of the latest code.&amp;nbsp; Since there may be other changes since the last release, I recommend that you pull only the SqlSpadeHelper.exe from the zip file.&lt;/p&gt;
&lt;p&gt;There is also a workaround for the version you have now, which&amp;nbsp;is to select the action from the list, even if it appears to already be selected.&lt;/p&gt;
&lt;p&gt;I apologize for the inconvenience and welcome any additional feedback that you have.&lt;/p&gt;&lt;/div&gt;</description><author>sarasotasql</author><pubDate>Tue, 10 Jul 2012 12:32:33 GMT</pubDate><guid isPermaLink="false">New Post: SqlSpadeHelper - Unhandled exception Error trying to select source files. 20120710123233P</guid></item><item><title>New Post: SqlSpadeHelper - Unhandled exception Error trying to select source files.</title><link>http://sqlspade.codeplex.com/discussions/362548</link><description>&lt;div style="line-height: normal;"&gt;This discussion has been copied to a work item. Click &lt;a href="http://sqlspade.codeplex.com/workitem/1"&gt;here&lt;/a&gt; to go to the work item and continue the discussion.&lt;/div&gt;</description><author>sarasotasql</author><pubDate>Tue, 10 Jul 2012 12:05:03 GMT</pubDate><guid isPermaLink="false">New Post: SqlSpadeHelper - Unhandled exception Error trying to select source files. 20120710120503P</guid></item><item><title>New Post: SqlSpadeHelper - Unhandled exception Error trying to select source files.</title><link>http://sqlspade.codeplex.com/discussions/362548</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I run SQLSpadeHelper, select a config file, data center, check, build the folders then click on edition line to bring up detail window.&lt;/p&gt;
&lt;p&gt;The action is populate folder and no matter what I pick for either an iso file or a folder when I click 'ok' I get the generic error below and the program goes no further.&lt;/p&gt;
&lt;p&gt;I am running this on a Win Server 2008 R2 and have tried on a Win XP workstation as well.&amp;nbsp; (running current downloaded version of SPADE.)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;See the end of this message for details on invoking &lt;br&gt;
just-in-time (JIT) debugging instead of this dialog box.&lt;br&gt;
&lt;br&gt;
************** Exception Text **************&lt;br&gt;
System.NullReferenceException: Object reference not set to an instance of an object.&lt;br&gt;
&amp;nbsp;&amp;nbsp; at SqlSpadeHelper.frmFolderBuilderDetail.btnOk_Click(Object sender, EventArgs e)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.OnClick(EventArgs e)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Button.OnClick(EventArgs e)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.WmMouseUp(Message&amp;amp; m, MouseButtons button, Int32 clicks)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at System.Windows.Forms.ButtonBase.WndProc(Message&amp;amp; m)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Button.WndProc(Message&amp;amp; m)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp;amp; m)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp;amp; m)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
************** Loaded Assemblies **************&lt;br&gt;
mscorlib&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 4.0.0.0&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 4.0.30319.269 (RTMGDR.030319-2600)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll&lt;br&gt;
----------------------------------------&lt;br&gt;
SqlSpadeHelper&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 1.0.0.0&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 1.0.0.0&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///B:/install/SPADE/Tools/SqlSpadeHelper.exe&lt;br&gt;
----------------------------------------&lt;br&gt;
System.Windows.Forms&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 4.0.0.0&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 4.0.30319.278 built by: RTMGDR&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll&lt;br&gt;
----------------------------------------&lt;br&gt;
System.Drawing&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 4.0.0.0&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 4.0.30319.282 built by: RTMGDR&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll&lt;br&gt;
----------------------------------------&lt;br&gt;
System&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 4.0.0.0&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 4.0.30319.269 built by: RTMGDR&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll&lt;br&gt;
----------------------------------------&lt;br&gt;
System.Xml&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 4.0.0.0&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 4.0.30319.233 built by: RTMGDR&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;br&gt;
----------------------------------------&lt;br&gt;
&lt;br&gt;
************** JIT Debugging **************&lt;br&gt;
To enable just-in-time (JIT) debugging, the .config file for this&lt;br&gt;
application or computer (machine.config) must have the&lt;br&gt;
jitDebugging value set in the system.windows.forms section.&lt;br&gt;
The application must also be compiled with debugging&lt;br&gt;
enabled.&lt;br&gt;
&lt;br&gt;
For example:&lt;br&gt;
&lt;br&gt;
&amp;lt;configuration&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;system.windows.forms jitDebugging=&amp;quot;true&amp;quot; /&amp;gt;&lt;br&gt;
&amp;lt;/configuration&amp;gt;&lt;br&gt;
&lt;br&gt;
When JIT debugging is enabled, any unhandled exception&lt;br&gt;
will be sent to the JIT debugger registered on the computer&lt;br&gt;
rather than be handled by this dialog box.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;/div&gt;</description><author>brenbart</author><pubDate>Mon, 09 Jul 2012 15:40:28 GMT</pubDate><guid isPermaLink="false">New Post: SqlSpadeHelper - Unhandled exception Error trying to select source files. 20120709034028P</guid></item><item><title>New Post: service packs</title><link>http://sqlspade.codeplex.com/discussions/310618</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;SQL SPADE doesn't currently support upgrading or applying service packs to existing installations.&amp;nbsp; It does however support the use of Slipstream installation media when installing new instances.&amp;nbsp; Details of creating a Slipstream install of SQL 2008/R2 can be found here: &lt;a href="http://msdn.microsoft.com/en-us/library/dd638062(v=sql.105).aspx"&gt;http://msdn.microsoft.com/en-us/library/dd638062(v=sql.105).aspx&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thank you for your feedback.&lt;/p&gt;&lt;/div&gt;</description><author>sarasotasql</author><pubDate>Tue, 26 Jun 2012 17:39:35 GMT</pubDate><guid isPermaLink="false">New Post: service packs 20120626053935P</guid></item><item><title>New Post: service packs</title><link>http://sqlspade.codeplex.com/discussions/310618</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;SQL Server 2008 supports slipstream installation, so maybe you could build your install files as slipstreams.&lt;/p&gt;&lt;/div&gt;</description><author>pkeisler</author><pubDate>Sat, 16 Jun 2012 14:28:29 GMT</pubDate><guid isPermaLink="false">New Post: service packs 20120616022829P</guid></item></channel></rss>