<?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</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>Wed, 16 May 2012 21:43:54 GMT</lastBuildDate>
 <pubDate>Wed, 16 May 2012 21:43:54 GMT</pubDate>
 <image>
  <url>http://www.red-gate.com/messageboard/templates/subRed/images/logo_phpBB.gif</url>
  <title>Red Gate forums</title>
  <link>http://www.red-gate.com/MessageBoard/</link>
 </image>
 <item>
  <title>RE: JavaScript errors after upgrade</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=55776#55776</link>
  <description>Hi Chris, I downloaded the latest build and run the SQL monitor installation from Sql Monitor_3.0.0.1593.exe. The installation was quick and successful, according to the final message. I tried to load the SQL monitor web page, but it didn't show. Then, I noticed that both Base and Web services were stopped. I started them and then SQL monitor page showed up. I checked the Base and Web services versions in About section and both still show 3.0.0.1575. Also, some of my databases still show as Offline there. I checked the Windows Application error logs and didn't notice any related errors. Please advise.</description>
  <category>SQL Monitor 3</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=14981</comments>
  <dc:creator>chefi_d</dc:creator>
  <pubDate>Wed, 16 May 2012 21:40:01 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=55776#55776</guid>
 </item>
 <item>
  <title>DEFECT: 5.3.2 - Script as ALTER shows as modified</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=55775#55775</link>
  <description>When we right-click in Object Explorer and either &amp;quot;Modify&amp;quot; or &amp;quot;Script as ALTER&amp;quot;, SSMS gives us the script and there's no &amp;quot;*&amp;quot; to show a modified script exists in the window.
&lt;br /&gt;

&lt;br /&gt;
However, hovering over, say, a UDF or SP, then right-click and take the SQL Prompt &amp;quot;Script as ALTER&amp;quot; option, it produces the same script but it leaves a &amp;quot;*&amp;quot; as if I had made a modification, which I haven't.
&lt;br /&gt;

&lt;br /&gt;
This is confusing and inconsistent with SSMS behavior.
&lt;br /&gt;

&lt;br /&gt;
Please fix (should be a simple thing &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt; )</description>
  <category>SQL Prompt 5</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=15246</comments>
  <dc:creator>PDinCA</dc:creator>
  <pubDate>Wed, 16 May 2012 19:30:43 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=55775#55775</guid>
 </item>
 <item>
  <title>RE: Installation does not detect MSSQL</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=55774#55774</link>
  <description></description>
  <category>SQL Source Control 3</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=15218</comments>
  <dc:creator>sderrico</dc:creator>
  <pubDate>Wed, 16 May 2012 19:08:18 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=55774#55774</guid>
 </item>
 <item>
  <title>RE: Weighted Data ...</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=55773#55773</link>
  <description>Hi SydOpera
&lt;br /&gt;

&lt;br /&gt;
I have added the details of this forum post to Feature Request SDG-721.
&lt;br /&gt;

&lt;br /&gt;
This feature request is now marked for review.  I cannot guarantine the success of the feature request submitted or if approval is given what future version of SQL Data Generator your weighted data request will appear in.
&lt;br /&gt;

&lt;br /&gt;
Many Thanks
&lt;br /&gt;
Eddie</description>
  <category>SQL Data Generator 2</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=15229</comments>
  <dc:creator>eddie davis</dc:creator>
  <pubDate>Wed, 16 May 2012 18:48:21 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=55773#55773</guid>
 </item>
 <item>
  <title>Table-valued parameters not included in prompt</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=55772#55772</link>
  <description>Howdy, again. When I create a stored procedure or function with a table-valued parameter, the parameter variable is not offered in SQL Prompt prompts.
&lt;br /&gt;

&lt;br /&gt;
For example:
&lt;br /&gt;
&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;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;CREATE PROCEDURE MyProc @table_parm1 tt_ID_list READONLY
&lt;br /&gt;
AS
&lt;br /&gt;

&lt;br /&gt;
SELECT *
&lt;br /&gt;
FROM &lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
&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;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;CREATE FUNCTION MyFunc&amp;#40;@table_parm1 tt_ID_list&amp;#41;
&lt;br /&gt;
RETURNS TABLE
&lt;br /&gt;
AS
&lt;br /&gt;
RETURN SELECT * FROM &lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
In both examples, when completing the FROM clause, @table_parm1 is not listed in the prompt.
&lt;br /&gt;

&lt;br /&gt;
Have I missed something in my configuration, or is this not supported?
&lt;br /&gt;

&lt;br /&gt;
I'm using SQL Prompt 5.3.2.2 with SSMS 2008 on Windows 7 64-bit. The server is SQL Server 2008 non-R2 on Windows Server 2008 R2 64-bit. 
&lt;br /&gt;

&lt;br /&gt;
Microsoft SQL Server Management Studio	 10.0.5500.0 
&lt;br /&gt;
Microsoft Analysis Services Client Tools	 10.0.5500.0 
&lt;br /&gt;
Microsoft Data Access Components (MDAC)	 6.1.7601.17514 
&lt;br /&gt;
Microsoft MSXML	 3.0 4.0 5.0 6.0 
&lt;br /&gt;
Microsoft Internet Explorer	 8.0.7601.17514 
&lt;br /&gt;
Microsoft .NET Framework	 2.0.50727.5456 
&lt;br /&gt;
Operating System	 6.1.7601</description>
  <category>SQL Prompt 5</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=15245</comments>
  <dc:creator>ewhipple</dc:creator>
  <pubDate>Wed, 16 May 2012 18:38:07 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=55772#55772</guid>
 </item>
 <item>
  <title>No prompting for columns of UTT table variables</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=55771#55771</link>
  <description>Howdy, all. When I'm working with a table variable of a user-defined table type, SQL Prompt does not offer the variable's columns in the prompt.
&lt;br /&gt;

&lt;br /&gt;
Here's an example. When I typed the FROM clause, table variable @foo was properly included in the prompt. When I went back to fill in  SELECT clause, &amp;quot;f&amp;quot; was the first prompt item, but it listed no columns. I typed &amp;quot;f.&amp;quot; by hand, and only IDENTITYCOL, ROWGUIDCOL, and my snippets list were prompted, no columns.
&lt;br /&gt;
&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;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;DECLARE @foo tt_ID_list
&lt;br /&gt;

&lt;br /&gt;
SELECT&amp;nbsp; f.id
&lt;br /&gt;
FROM @foo AS f&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
And here are the type definitions
&lt;br /&gt;
&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;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;CREATE TYPE t_imis_id FROM varchar&amp;#40;10&amp;#41; NULL
&lt;br /&gt;

&lt;br /&gt;
CREATE TYPE tt_ID_list AS TABLE&amp;#40;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;ID t_imis_id NULL,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;AUTOSEQN int IDENTITY&amp;#40;1,1&amp;#41; NOT NULL PRIMARY KEY
&lt;br /&gt;
&amp;#41;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
(If instead I give @foo an explicit, local definition, prompting works correctly as usual.)
&lt;br /&gt;

&lt;br /&gt;
Is this a configuration issue, or a bug, or does SQL Prompt not yet cover this situation?
&lt;br /&gt;

&lt;br /&gt;
I'm using SQL Prompt 5.3.2.2 with SSMS 2008 on Windows 7 64-bit. The server is SQL Server 2008 non-R2 on Windows Server 2008 R2 64-bit.
&lt;br /&gt;

&lt;br /&gt;
Microsoft SQL Server Management Studio						10.0.5500.0
&lt;br /&gt;
Microsoft Analysis Services Client Tools						10.0.5500.0
&lt;br /&gt;
Microsoft Data Access Components (MDAC)						6.1.7601.17514
&lt;br /&gt;
Microsoft MSXML						3.0 4.0 5.0 6.0 
&lt;br /&gt;
Microsoft Internet Explorer						8.0.7601.17514
&lt;br /&gt;
Microsoft .NET Framework						2.0.50727.5456
&lt;br /&gt;
Operating System						6.1.7601</description>
  <category>SQL Prompt 5</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=15244</comments>
  <dc:creator>ewhipple</dc:creator>
  <pubDate>Wed, 16 May 2012 18:17:36 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=55771#55771</guid>
 </item>
 <item>
  <title>RE: SQL Monitor 2.3.0.333 Causing CPU Spikes</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=55770#55770</link>
  <description>I believe that when the Base Monitor service re-establishes contact with a monitored entity it will run some quick data connection tests to ensure that it has contact.  However, the spikes that you describe do sound out of the ordinary.
&lt;br /&gt;

&lt;br /&gt;
Would it be possible for you to send me the SQL Monitor error logs, as described in this document, by emailing &lt;a href=&quot;mailto:support@red-gate.com&quot;&gt;support@red-gate.com&lt;/a&gt; and quote the ticket number F0060280 in the subject line:
&lt;br /&gt;
&lt;a href=&quot;http://www.red-gate.com/supportcenter/content/SQL_Monitor/help/3.0/SM_LogFiles&quot; target=&quot;_blank&quot;&gt;http://www.red-gate.com/supportcenter/content/SQL_Monitor/help/3.0/SM_LogFiles&lt;/a&gt;</description>
  <category>SQL Monitor 2</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=15232</comments>
  <dc:creator>chrisk5</dc:creator>
  <pubDate>Wed, 16 May 2012 18:10:22 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=55770#55770</guid>
 </item>
 <item>
  <title>Filter Compare list prior to starting the Compare</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=55769#55769</link>
  <description>I would like to be able to filter the compare prior to running the actual compare.  There are times I only want to compare stored procedures and I do not want to go through all the tables or other objects.  
&lt;br /&gt;

&lt;br /&gt;
I recently inherited an application.  The databases are set up on 6 servers and none of the databases match even though they are used by the same application.  There are tables in some databases that are only data tables used for crunching numbers.  There are thousands and I do not need SQL Compare to run through each one - in fact, I get memory errors when trying to run the compare.
&lt;br /&gt;

&lt;br /&gt;
It would be useful to be able to compare stored procedures or selected list of tables in order to develop a common structure used by all.
&lt;br /&gt;

&lt;br /&gt;
Thanks!</description>
  <category>SQL Compare 10</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=15243</comments>
  <dc:creator>berokke</dc:creator>
  <pubDate>Wed, 16 May 2012 18:09:37 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=55769#55769</guid>
 </item>
 <item>
  <title>RE: Search Capability Limited to 150 Maximum Results</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=55768#55768</link>
  <description>Well, here it is patched for max 400 results.
&lt;br /&gt;
Unpack files to &amp;quot;x:\ProgramData\Red Gate\SQL Search\Active&amp;quot; and &amp;quot;x:\ProgramData\Red Gate\SQL Search\Source&amp;quot; overwriting existing System.Data.SQLite.dll
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://dl.dropbox.com/u/12450491/prog/SQLSearch_SQLite_patched_for_limit_400.zip&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;SQLSearch_SQLite_patched_for_limit_400.zip&lt;/a&gt;</description>
  <category>SQL Search 1</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=13690</comments>
  <dc:creator>yar229</dc:creator>
  <pubDate>Wed, 16 May 2012 17:31:11 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=55768#55768</guid>
 </item>
 <item>
  <title>RE: Schema owned by a role - Deployment Error</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=55767#55767</link>
  <description>Hi Ohm
&lt;br /&gt;

&lt;br /&gt;
Quick update for you.  Sadly your bug SC-5584, did not make into SQL Compare V10.2 released earlier today.  I am sorry if I raised your expectations on fixing this problem.  
&lt;br /&gt;

&lt;br /&gt;
Hopefully this bug will be fixed in the near future.
&lt;br /&gt;

&lt;br /&gt;
Many Thanks
&lt;br /&gt;
Eddie</description>
  <category>SQL Compare 10</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=15200</comments>
  <dc:creator>eddie davis</dc:creator>
  <pubDate>Wed, 16 May 2012 17:16:32 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=55767#55767</guid>
 </item>
</channel>
</rss>

