<?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 Data Generator 2</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>Thu, 23 May 2013 17:03:02 GMT</lastBuildDate>
 <pubDate>Thu, 23 May 2013 17:03:02 GMT</pubDate>
 <image>
  <url>http://www.red-gate.com/messageboard/templates/subRed/images/logo_phpBB.gif</url>
  <title>Red Gate forums: SQL Data Generator 2</title>
  <link>http://www.red-gate.com/MessageBoard/</link>
 </image>
 <item>
  <title>RE: Login failed for user when trying to open .sqlgen file</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=62006#62006</link>
  <description>You should be able to set password encrypted =&amp;quot;0&amp;quot; and then you can free type the password for the account.
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;Password encrypted=&amp;quot;0&amp;quot;&amp;gt;your_unencrypted_password&amp;lt;/Password&amp;gt;</description>
  <category>SQL Data Generator 2</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=17161</comments>
  <dc:creator>Manfred.Castro</dc:creator>
  <pubDate>Fri, 17 May 2013 20:09:45 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=62006#62006</guid>
 </item>
 <item>
  <title>RE: Mapping to an existing source doesn't work like expected</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=61987#61987</link>
  <description>Still no indication from Red Gate when this will be fixed.
&lt;br /&gt;

&lt;br /&gt;
Apparently this issue is no problem for other Data Generator users, since I don't read any other complaints... Are we the only ones who use Data Generator to generate test data based on production data?</description>
  <category>SQL Data Generator 2</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=16260</comments>
  <dc:creator>Peter13</dc:creator>
  <pubDate>Fri, 17 May 2013 05:36:40 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=61987#61987</guid>
 </item>
 <item>
  <title>Login failed for user when trying to open .sqlgen file</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=61980#61980</link>
  <description>I am trying to open my Sql Data Generator file (.sqlgen). I get the error message 'Login failed for user blah'  The username's password has changed so I understand why it is failing. My questions is HOW do I modify the password so that Sql Data Generator can open it? 
&lt;br /&gt;

&lt;br /&gt;
    &amp;lt;Username&amp;gt;blah&amp;lt;/Username&amp;gt;
&lt;br /&gt;
    &amp;lt;SavePassword&amp;gt;True&amp;lt;/SavePassword&amp;gt;
&lt;br /&gt;
    &amp;lt;Password encrypted=&amp;quot;1&amp;quot;&amp;gt;randomlettersandnumbers&amp;lt;/Password&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
I can modify the .sqlgen file. If I set SavePassword to False that did not allow me to open the file with Sql Data Generator.  Do I have to null out the Password option as well? Or remove it all together? 
&lt;br /&gt;

&lt;br /&gt;
Thank you,</description>
  <category>SQL Data Generator 2</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=17161</comments>
  <dc:creator>debdeb75</dc:creator>
  <pubDate>Thu, 16 May 2013 19:55:02 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=61980#61980</guid>
 </item>
 <item>
  <title>RE: Warning about schema, duplicates may be inserted</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=61919#61919</link>
  <description>You will have to select either of the fields to be unique in order to guarantee that the generated data will satisfy the unique constraint. Without setting either of the columns to unique the generated data may not satisfy the constraint because the tool may generate data that is not unique for the combination of the two fields.</description>
  <category>SQL Data Generator 2</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=17108</comments>
  <dc:creator>Manfred.Castro</dc:creator>
  <pubDate>Tue, 14 May 2013 16:25:38 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=61919#61919</guid>
 </item>
 <item>
  <title>Warning about schema, duplicates may be inserted</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=61879#61879</link>
  <description>Hello,
&lt;br /&gt;

&lt;br /&gt;
I am trying to create test data, by creating a schema based on the database schema of the TPC-C benchmark. I also added some indexes, but now I  encountered a weird warning from SQL Data Generator:
&lt;br /&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;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Warning: Duplicates may be inserted. Set unique is not selected for any columns in unique constraint PK_STOCK item/warehouse&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
This unique constraint is a composite primary key, consisting of two fields:
&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;constraint PK_Stock PRIMARY KEY CLUSTERED&amp;#40;item, warehouse&amp;#41;
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
As far as I understand it, this means that the combination of the two fields is unique. So, why would I need to select unique for either of the two fields?  Am I missing something, or is this a bug?</description>
  <category>SQL Data Generator 2</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=17108</comments>
  <dc:creator>mglimmerveen</dc:creator>
  <pubDate>Mon, 13 May 2013 11:20:55 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=61879#61879</guid>
 </item>
 <item>
  <title>RE: WISH: It would be great to document within the project</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=61613#61613</link>
  <description>Nice surprise about this shorter form. Can you tell us what it is you are talking/writing about?
&lt;br /&gt;
Has any info. about this shorter form been posted before (and i just missed it)?</description>
  <category>SQL Data Generator 2</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=16596</comments>
  <dc:creator>aleezy</dc:creator>
  <pubDate>Mon, 29 Apr 2013 12:35:12 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=61613#61613</guid>
 </item>
 <item>
  <title>RE: Data Generator Holds Connection to Database</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=61151#61151</link>
  <description>Thanks for your post.
&lt;br /&gt;

&lt;br /&gt;
Which version of SQL Server are you using? This doesn't appear to happen when I tested it with SQL 2008 and SQL 2012. 
&lt;br /&gt;

&lt;br /&gt;
Are you restoring using native SQL or something else? 
&lt;br /&gt;

&lt;br /&gt;
What does sp_who2 show you for the connection to the database you're trying to restore?</description>
  <category>SQL Data Generator 2</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=16768</comments>
  <dc:creator>Chris Auckland</dc:creator>
  <pubDate>Fri, 05 Apr 2013 10:57:48 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=61151#61151</guid>
 </item>
 <item>
  <title>Data Generator Holds Connection to Database</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=61123#61123</link>
  <description>I used data generator to generate some data, then wanted to restore my database to its original state. This requires exclusive access to the database, but it appears that the SQL Generator app holds its database connection, even if you close the project it still seems live until you close the whole application.
&lt;br /&gt;

&lt;br /&gt;
Closing and reopening the app is a work around, but is there something more obvious?
&lt;br /&gt;

&lt;br /&gt;
Thanks</description>
  <category>SQL Data Generator 2</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=16768</comments>
  <dc:creator>rodney</dc:creator>
  <pubDate>Thu, 04 Apr 2013 06:21:31 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=61123#61123</guid>
 </item>
 <item>
  <title>RE: Cannot load the Backup Reader dll (see inner exception)!</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=60993#60993</link>
  <description>I am on windows 7 and running SQl server 2008 R2
&lt;br /&gt;

&lt;br /&gt;
Initially I was getting the same error message. 
&lt;br /&gt;

&lt;br /&gt;
Looks like it worked after I created an empty database and script out all the tables that i need to mask to that new database. I then right click on the new database and open up the generator and it worked. 
&lt;br /&gt;

&lt;br /&gt;
this was on my test environment,.</description>
  <category>SQL Data Generator 2</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=15996</comments>
  <dc:creator>sdpages</dc:creator>
  <pubDate>Thu, 28 Mar 2013 16:13:01 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=60993#60993</guid>
 </item>
 <item>
  <title>RE: Release Notes for 2.0.3?</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=60965#60965</link>
  <description>Hi skling
&lt;br /&gt;

&lt;br /&gt;
This is a little embarrassing, sadly there are no release notes available for this minor release of SQL Data Generator.
&lt;br /&gt;

&lt;br /&gt;
If my memory is correct, it resolved two or three minor issues.  Also integration into SSMS, where you can right click a database and select an option &amp;quot;populate [database name] with data&amp;quot; which would start up SQL Data Generator with the required connection settings.
&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=16709</comments>
  <dc:creator>eddie davis</dc:creator>
  <pubDate>Wed, 27 Mar 2013 18:37:08 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=60965#60965</guid>
 </item>
 <item>
  <title>RE: Mapping to an existing source doesn't work like expected</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=60952#60952</link>
  <description>Because other visitors of this forum can't read my support ticket, I will inform them this way about our proceedings:
&lt;br /&gt;

&lt;br /&gt;
Red Gate has determined that the automatic column mapping functionality has disappeared between version 1 and 2 an has no idea when it will be fixed. Leaving me, of course, very disappointed. Why do you remove functionality when upgrading a product without notifying your users? The only reason I can think of is you want to sell your product &amp;quot;SQL Data Refresh&amp;quot;. Which, by the way, doesn't satisfy our needs because SQL Server 2012 isn't supported.</description>
  <category>SQL Data Generator 2</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=16260</comments>
  <dc:creator>Peter13</dc:creator>
  <pubDate>Wed, 27 Mar 2013 07:16:15 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=60952#60952</guid>
 </item>
 <item>
  <title>Release Notes for 2.0.3?</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=60937#60937</link>
  <description>This is the only release notes you offer from 2.0 on:  &lt;a href=&quot;http://www.red-gate.com/supportcenter/content/SQL_Data_Generator/articles/version_2xx_SQLDataGenerator&quot; target=&quot;_blank&quot;&gt;http://www.red-gate.com/supportcenter/content/SQL_Data_Generator/articles/version_2xx_SQLDataGenerator&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
Can you update this page or reply to this thread to give some indication of what is being done since?  I just upgraded to 2.0.3 and I have no idea what is in it.</description>
  <category>SQL Data Generator 2</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=16709</comments>
  <dc:creator>skling</dc:creator>
  <pubDate>Tue, 26 Mar 2013 14:32:56 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=60937#60937</guid>
 </item>
 <item>
  <title>RE: Overriding Foreign Key Generator</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=60810#60810</link>
  <description>I also have a similar situation where I have an FK from a list of reference values but, due to a constraint, can only have a subset of values placed in the table.  I would like to have the ability to apply a filter to the FK to restrict the generation to allowed values.</description>
  <category>SQL Data Generator 2</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=14340</comments>
  <dc:creator>pvearchitect</dc:creator>
  <pubDate>Mon, 18 Mar 2013 22:54:55 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=60810#60810</guid>
 </item>
 <item>
  <title>RE: WISH: It would be great to document within the project</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=60655#60655</link>
  <description>Hi,
&lt;br /&gt;

&lt;br /&gt;
Great! I really hope this gets realized as I want to document the projects I have created.
&lt;br /&gt;

&lt;br /&gt;
Take care,
&lt;br /&gt;
Scott</description>
  <category>SQL Data Generator 2</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=16596</comments>
  <dc:creator>sgehret</dc:creator>
  <pubDate>Thu, 07 Mar 2013 21:30:25 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=60655#60655</guid>
 </item>
 <item>
  <title>RE: WISH: It would be great to document within the project</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=60654#60654</link>
  <description>I have logged this feature request for you under the internal reference number 
&lt;br /&gt;
SDG-1024</description>
  <category>SQL Data Generator 2</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=16596</comments>
  <dc:creator>Manfred.Castro</dc:creator>
  <pubDate>Thu, 07 Mar 2013 21:29:19 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=60654#60654</guid>
 </item>
</channel>
</rss>
