<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>spgen Work Item Rss Feed</title><link>http://www.codeplex.com/spgen/WorkItem/List.aspx</link><description>spgen Work Item Rss Description</description><item><title>Created Issue: Restricted access to different databases on a server</title><link>http://www.codeplex.com/spgen/WorkItem/View.aspx?WorkItemId=3635</link><description>while login using sql authentication a user may have restricted access to certain databases and on loading that databases the application throws exception and none of the database could be loaded. so the application fails...&lt;br /&gt;i addressed this by moving the code part of database parsing to node afterselect event if level of selected node is 0.&lt;br /&gt;</description><author>yasirmturk</author><pubDate>Wed, 21 Jan 2009 13:27:43 GMT</pubDate><guid isPermaLink="false">Created Issue: Restricted access to different databases on a server 20090121012743P</guid></item><item><title>Created Issue: blank default Author name</title><link>http://www.codeplex.com/spgen/WorkItem/View.aspx?WorkItemId=3288</link><description>The author name for the generated code comes prepopulated. Would be best if this was blank by default. I know that this can be changed in the options but it should be blank to start with.&lt;br /&gt;</description><author>Darwood</author><pubDate>Thu, 23 Oct 2008 13:32:40 GMT</pubDate><guid isPermaLink="false">Created Issue: blank default Author name 20081023013240P</guid></item><item><title>Created Issue: using NovinMedia.Data ?</title><link>http://www.codeplex.com/spgen/WorkItem/View.aspx?WorkItemId=3287</link><description>Line 5 of the generated c&amp;#35; wrapper class has the line&lt;br /&gt;using NovinMedia.Data&amp;#59;&lt;br /&gt;surely this is a legacy from when you wrote the program for your own use&amp;#63;&lt;br /&gt;</description><author>Darwood</author><pubDate>Thu, 23 Oct 2008 13:31:26 GMT</pubDate><guid isPermaLink="false">Created Issue: using NovinMedia.Data ? 20081023013126P</guid></item><item><title>Created Issue: Button to Generate SPs for all tables</title><link>http://www.codeplex.com/spgen/WorkItem/View.aspx?WorkItemId=3286</link><description>It would be way cool if you had a single button to press that would generate &amp;#40;and optionally run&amp;#47;create&amp;#41; all the stored procedures for all the tables in the selected database. At the moment you have to Select the table.&lt;br /&gt;Click &amp;#39;Generate Stored Procedures&amp;#39;&lt;br /&gt;Click &amp;#39;Run SQL Script against Server&amp;#39;&lt;br /&gt;Repeat to fade.....&lt;br /&gt;&lt;br /&gt;Not a big deal but it would be nice.&lt;br /&gt;</description><author>Darwood</author><pubDate>Thu, 23 Oct 2008 13:30:09 GMT</pubDate><guid isPermaLink="false">Created Issue: Button to Generate SPs for all tables 20081023013009P</guid></item><item><title>Created Issue: typo on Prefix</title><link>http://www.codeplex.com/spgen/WorkItem/View.aspx?WorkItemId=3285</link><description>In the options screen the word prefix is incorrectly spelt as perfix.&lt;br /&gt;</description><author>Darwood</author><pubDate>Thu, 23 Oct 2008 13:27:14 GMT</pubDate><guid isPermaLink="false">Created Issue: typo on Prefix 20081023012714P</guid></item><item><title>COMMENTED ISSUE: usp_ instead of sp_ as default stored procedure prefix?</title><link>http://www.codeplex.com/spgen/WorkItem/View.aspx?WorkItemId=2250</link><description>Should the default stored procedure prefix be sp_ &amp;#63;  Correct me if I&amp;#39;m wrong, but I thought Microsoft doesn&amp;#39;t like user-defined stored procedures that start with sp_.  Perhaps the out-of-the-box default stored procedure prefix should be something like usp_ instead of sp_&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: pbolduc ** &lt;p&gt;This is already a configurable item in the settings. Your stored procedures can start with &amp;#39;sp_&amp;#39; if you like, however, it is not recommended. The reason is that when SQL Server attempts to execute a stored procedures that start with &amp;#39;sp_&amp;#39;, it will scan the master database first to resolve. By avoiding the &amp;#39;sp_&amp;#39; prefix, you avoid the performance impact of scanning the master database.&lt;/p&gt;</description><author>pbolduc</author><pubDate>Wed, 28 May 2008 17:42:04 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: usp_ instead of sp_ as default stored procedure prefix? 20080528054204P</guid></item><item><title>COMMENTED ISSUE: Offline Database</title><link>http://www.codeplex.com/spgen/WorkItem/View.aspx?WorkItemId=2258</link><description>When connecting to a Server, if a database if offline, you get the following error&amp;#58; &lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Exception Text &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;System.Data.SqlClient.SqlException&amp;#58; Database &amp;#39;databasename&amp;#39; cannot be opened because it is offline.&lt;br /&gt;Comments: ** Comment from web user: pwhygle ** &lt;p&gt;My apologies, I did not complete the description of the issue.  &lt;/p&gt;&lt;p&gt;After clicking continue on the error window, no other databases below the offline database are populated with tables in the treeview.&lt;/p&gt;</description><author>pwhygle</author><pubDate>Tue, 27 May 2008 21:40:25 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Offline Database 20080527094025P</guid></item><item><title>CREATED ISSUE: Offline Database</title><link>http://www.codeplex.com/spgen/WorkItem/View.aspx?WorkItemId=2258</link><description>When connecting to a Server, if a database if offline, you get the following error&amp;#58; &lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Exception Text &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;System.Data.SqlClient.SqlException&amp;#58; Database &amp;#39;databasename&amp;#39; cannot be opened because it is offline.&lt;br /&gt;</description><author>pwhygle</author><pubDate>Tue, 27 May 2008 21:18:15 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Offline Database 20080527091815P</guid></item><item><title>CREATED ISSUE: usp_ instead of sp_ as default stored procedure prefix?</title><link>http://www.codeplex.com/spgen/WorkItem/View.aspx?WorkItemId=2250</link><description>Should the default stored procedure prefix be sp_ &amp;#63;  Correct me if I&amp;#39;m wrong, but I thought Microsoft doesn&amp;#39;t like user-defined stored procedures that start with sp_.  Perhaps the out-of-the-box default stored procedure prefix should be something like usp_ instead of sp_&amp;#63;&lt;br /&gt;</description><author>fmorriso</author><pubDate>Tue, 27 May 2008 14:30:20 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: usp_ instead of sp_ as default stored procedure prefix? 20080527023020P</guid></item><item><title>CREATED ISSUE: optional Use [database_name] Go ?</title><link>http://www.codeplex.com/spgen/WorkItem/View.aspx?WorkItemId=2249</link><description>How about an optional ability to generate the SQL script with the following lines at the top&amp;#63;&lt;br /&gt;&lt;br /&gt;USE &amp;#91;name of database&amp;#93;&lt;br /&gt;GO&lt;br /&gt;&amp;#123;blank line&amp;#125;&lt;br /&gt;</description><author>fmorriso</author><pubDate>Tue, 27 May 2008 14:26:07 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: optional Use [database_name] Go ? 20080527022607P</guid></item></channel></rss>