<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xml:base="http://www.red-gate.com/MessageBoard/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Red Gate forums: SQL Refactor 1</title>
 <link>http://www.red-gate.com/MessageBoard/</link>
 <description>Product Support and Discussion</description>
 <language>en</language>
 <copyright>Copyright Red Gate Software Ltd</copyright>
 <managingEditor>internalsupport@red-gate.com</managingEditor>
 <webMaster>internalsupport@red-gate.com</webMaster>
 <docs>http://blogs.law.harvard.edu/tech/rss</docs>
 <ttl>60</ttl>
 <lastBuildDate>Mon, 20 May 2013 19:52:17 GMT</lastBuildDate>
 <pubDate>Mon, 20 May 2013 19:52:17 GMT</pubDate>
 <image>
  <url>http://www.red-gate.com/messageboard/templates/subRed/images/logo_phpBB.gif</url>
  <title>Red Gate forums: SQL Refactor 1</title>
  <link>http://www.red-gate.com/MessageBoard/</link>
 </image>
 <item>
  <title>RE: Unused Params &amp;amp; Variables</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=54172#54172</link>
  <description>&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Joojooflop wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;This appears to have been fixed in SQL Prompt 5.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
Haven't noticed any fixes. Still get the error in my original message when doing this with &amp;quot;Find Unused &lt;a href=&quot;http://www.mspy.com&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;cell phone spy&lt;/a&gt; variables and parameters&amp;quot;.</description>
  <category>SQL Refactor 1</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=12051</comments>
  <dc:creator>frisky</dc:creator>
  <pubDate>Fri, 02 Mar 2012 11:59:05 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=54172#54172</guid>
 </item>
 <item>
  <title>RE: Unused Params &amp;amp; Variables</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=48184#48184</link>
  <description>This appears to have been fixed in SQL Prompt 5.</description>
  <category>SQL Refactor 1</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=12051</comments>
  <dc:creator>Joojooflop</dc:creator>
  <pubDate>Thu, 28 Apr 2011 17:42:41 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=48184#48184</guid>
 </item>
 <item>
  <title>RE: Unused Params &amp;amp; Variables</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=48179#48179</link>
  <description>I am having the same issue and can reproduce the the same situations as Joojooflop</description>
  <category>SQL Refactor 1</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=12051</comments>
  <dc:creator>mnowill</dc:creator>
  <pubDate>Thu, 28 Apr 2011 15:45:08 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=48179#48179</guid>
 </item>
 <item>
  <title>RE: Unexpected line wrapping</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=45790#45790</link>
  <description>Thanks for your post. 
&lt;br /&gt;

&lt;br /&gt;
If you haven't already, can you check to see if the problem persists if you use the latest cumulative patch? You'll find it &lt;a href=&quot;http://www.red-gate.com/messageboard/viewtopic.php?t=9960&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;here&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
SQL Refactor has now been replaced with SQL Prompt 5 in case you didn't know - if your serial number has a valid support &amp;amp; upgrades add-on then you can use Prompt 5 for free.</description>
  <category>SQL Refactor 1</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=12662</comments>
  <dc:creator>james.billings</dc:creator>
  <pubDate>Mon, 31 Jan 2011 13:12:11 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=45790#45790</guid>
 </item>
 <item>
  <title>Unexpected line wrapping</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=45715#45715</link>
  <description>When I use Layout SQL on a Create Table statement, all of the varchar columns have their &amp;quot;NULL&amp;quot; wrapped onto the next line.
&lt;br /&gt;

&lt;br /&gt;
For example this line:
&lt;br /&gt;
      [EventType] [varchar](100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
&lt;br /&gt;

&lt;br /&gt;
Becomes this:
&lt;br /&gt;
       [EventType] [varchar](100) COLLATE SQL_Latin1_General_CP1_CI_AS
&lt;br /&gt;
                               NULL,
&lt;br /&gt;

&lt;br /&gt;
The NULL is indented 26 spaces from where [EventType] is located.
&lt;br /&gt;

&lt;br /&gt;
The original line is 76 characters including all spaces.  Even thought my &amp;quot;Line Wrap&amp;quot; value in SQL Refactor was set to 78, I tried changing it to 120 and then eventually I turned it off all together, but the NULLs continue to wrap.
&lt;br /&gt;

&lt;br /&gt;
Any idea?</description>
  <category>SQL Refactor 1</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=12662</comments>
  <dc:creator>snkscore</dc:creator>
  <pubDate>Thu, 27 Jan 2011 16:26:25 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=45715#45715</guid>
 </item>
 <item>
  <title>SQL Refactor is retired: now part of SQL Prompt 5</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=45272#45272</link>
  <description>SQL Prompt 5 now integrates SQL Refactor functionality. SQL Refactor users should contact &lt;a href=&quot;mailto:sqldev.info@red-gate.com&quot;&gt;sqldev.info@red-gate.com&lt;/a&gt; for entitlement and upgrade information.
&lt;br /&gt;

&lt;br /&gt;
Please visit the following page for more information:
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://www.red-gate.com/products/sql-development/sql-prompt/sql-refactor&quot; target=&quot;_blank&quot;&gt;http://www.red-gate.com/products/sql-development/sql-prompt/sql-refactor&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
Luke Jefferson
&lt;br /&gt;
Product Manager
&lt;br /&gt;
Red Gate Software
&lt;br /&gt;
E: &lt;a href=&quot;mailto:luke.jefferson@red-gate.com&quot;&gt;luke.jefferson@red-gate.com&lt;/a&gt;</description>
  <category>SQL Refactor 1</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=12541</comments>
  <dc:creator>Luke Jefferson</dc:creator>
  <pubDate>Mon, 10 Jan 2011 10:26:31 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=45272#45272</guid>
 </item>
 <item>
  <title>RE: SQL Refactor 1.3 install Fails to load on SSMS 2008 R2</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=45027#45027</link>
  <description>I just tried it and it worked fine for me.(Win2k8, SQL2k8R2).  So it's active again, I think.</description>
  <category>SQL Refactor 1</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=11603</comments>
  <dc:creator>monkeygrind</dc:creator>
  <pubDate>Wed, 29 Dec 2010 22:01:02 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=45027#45027</guid>
 </item>
 <item>
  <title>RE: Can I copy the script summary?</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=44951#44951</link>
  <description>I too would love to have the option to use the gathered information outside the summary report. If it were possible to call the summary report from a script and pipe the results to a file, it would really be a great help in building flow charts and execution schemas for my stored processes.</description>
  <category>SQL Refactor 1</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=10824</comments>
  <dc:creator>jacob_r_jensen</dc:creator>
  <pubDate>Thu, 23 Dec 2010 10:43:43 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=44951#44951</guid>
 </item>
 <item>
  <title>RE: Feature Request: Expand wildcard with qualified column names</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=44858#44858</link>
  <description>Thank you for your suggestion.
&lt;br /&gt;

&lt;br /&gt;
Unfortunately there will be no further development work on SQL Refactor.  This is because the functionality (including Qualify Object names) has been incorporated into SQL Prompt, which has just been released (as SQL Prompt 5).
&lt;br /&gt;

&lt;br /&gt;
If you are able to, I would recommend trying out SQL Prompt 5 to see whether there has been an improvement over SQL Refactor.  If not, then please reply to this post and we will raise a Bug Report for the development team to look into.</description>
  <category>SQL Refactor 1</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=12409</comments>
  <dc:creator>chriskelly</dc:creator>
  <pubDate>Mon, 20 Dec 2010 15:00:26 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=44858#44858</guid>
 </item>
 <item>
  <title>Feature Request: Expand wildcard with qualified column names</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=44777#44777</link>
  <description>Can an option be added to qualify column names when expanding a wildcard?
&lt;br /&gt;

&lt;br /&gt;
I regularly run into tables with matching column names.  When I use the expand wildcard feature with a join, I end up with 'ambigous column' references since the matching column names are not qualified.  
&lt;br /&gt;

&lt;br /&gt;
At that point the Qualify Object Names feature won't fix it because Refactor no longer knows which column belongs to which table.</description>
  <category>SQL Refactor 1</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=12409</comments>
  <dc:creator>whenriksen</dc:creator>
  <pubDate>Thu, 16 Dec 2010 22:53:11 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=44777#44777</guid>
 </item>
 <item>
  <title>RE: A couple of suggestions</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=44670#44670</link>
  <description>&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Chris Auckland wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Thanks for your post and suggestion.
&lt;br /&gt;

&lt;br /&gt;
I've logged your feature request with the internal tracking code SP-3643. Hopefully it will be approved for a future version.
&lt;br /&gt;

&lt;br /&gt;
With regards to the template information, it seems to be working ok for me.
&lt;br /&gt;

&lt;br /&gt;
I had a look around and found the following post:
&lt;br /&gt;
&amp;lt;http://stackoverflow.com/questions/1250120/ctrl-shift-m-no-longer-working-in-sql-server-management-studio&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
Although, I'm using SSMS 2008, and it works for me.
&lt;br /&gt;

&lt;br /&gt;
What are the actual symptoms when you use the ctrl-shift-M combination?&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
i'm running SSMS 2008, and when i hit the command nothing happens.</description>
  <category>SQL Refactor 1</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=12304</comments>
  <dc:creator>thirster42</dc:creator>
  <pubDate>Mon, 13 Dec 2010 19:44:10 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=44670#44670</guid>
 </item>
 <item>
  <title>RE: A couple of suggestions</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=44506#44506</link>
  <description>Thanks for your post and suggestion.
&lt;br /&gt;

&lt;br /&gt;
I've logged your feature request with the internal tracking code SP-3643. Hopefully it will be approved for a future version.
&lt;br /&gt;

&lt;br /&gt;
With regards to the template information, it seems to be working ok for me.
&lt;br /&gt;

&lt;br /&gt;
I had a look around and found the following post:
&lt;br /&gt;
&amp;lt;http://stackoverflow.com/questions/1250120/ctrl-shift-m-no-longer-working-in-sql-server-management-studio&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
Although, I'm using SSMS 2008, and it works for me.
&lt;br /&gt;

&lt;br /&gt;
What are the actual symptoms when you use the ctrl-shift-M combination?</description>
  <category>SQL Refactor 1</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=12304</comments>
  <dc:creator>Chris Auckland</dc:creator>
  <pubDate>Mon, 06 Dec 2010 19:37:27 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=44506#44506</guid>
 </item>
 <item>
  <title>RE: New Feature Request</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=44484#44484</link>
  <description>Many thanks for your suggestion.  I have logged it in our tracking system with reference SP-3639 (logged against SQL Prompt 5 as SQL Prompt and SQL Refactor are being merged into SQL Prompt v5.).</description>
  <category>SQL Refactor 1</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=12306</comments>
  <dc:creator>Linda Hawksworth</dc:creator>
  <pubDate>Mon, 06 Dec 2010 12:24:57 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=44484#44484</guid>
 </item>
 <item>
  <title>RE: SQL Refactor 1.3 install Fails to load on SSMS 2008 R2</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=44432#44432</link>
  <description>&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Anu Deshpande wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Thanks for your post.
&lt;br /&gt;

&lt;br /&gt;
We upload all our patches either on our website or on our forums.
&lt;br /&gt;

&lt;br /&gt;
You can download the latest patch for SQL Refactor from here:
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://www.red-gate.com/MessageBoard/viewtopic.php?t=9960&quot; target=&quot;_blank&quot;&gt;http://www.red-gate.com/MessageBoard/viewtopic.php?t=9960&lt;/a&gt;
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Yes, I read that.  The download link in that thread (ftp://support.red-gate.com/Patches/SQL_Refactor/SQL_Refactor_1_Cumulative_Patch.zip) does not work and appears to have been down since May 2010 - the FTP site is dead.  Can we get a working link to it?</description>
  <category>SQL Refactor 1</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=11603</comments>
  <dc:creator>neuracnu</dc:creator>
  <pubDate>Thu, 02 Dec 2010 22:59:53 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=44432#44432</guid>
 </item>
 <item>
  <title>New Feature Request</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=44428#44428</link>
  <description>I have used SQL Refactor for a while now and really appreciate the features that make it easier to understand existing code, which is what I use it for the most.  However, I would like to propose a new feature.  I would really like to see a tool in SQL Refactor to remove all unnecessary table aliases.  By unnecessary I mean any alias in a query where the table that is aliased only appears once.  If the table is joined in twice, like for a self-join, then just leave those alias(s) alone, but remove any other aliases that may appear in the query and replace the alias names with qualified names.  
&lt;br /&gt;

&lt;br /&gt;
The reason that I’m interested in this feature is two-fold.  One, when learning a new schema, I think that it is enough to have to learn one name for each table.  To have to learn two names for a table ought to be unnecessary.  Secondly, I have run into something I never thought I would see: a stored procedure where the same table in different queries in the procedure are aliased to different values.  For example, in one query in the stored procedure the table ‘KpiValue’ is aliased to ‘v’ and in the next query in the same procedure it is aliased to ‘kv’.  Yuck.  
&lt;br /&gt;

&lt;br /&gt;
It seems to me that SQL Refactor probably already has a lot of the stuff in it that this feature would need, so I hope that it wouldn’t be too difficult of a feature to add.  Thank you for your time.</description>
  <category>SQL Refactor 1</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=12306</comments>
  <dc:creator>bcunnin</dc:creator>
  <pubDate>Thu, 02 Dec 2010 19:34:09 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=44428#44428</guid>
 </item>
</channel>
</rss>
