<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/script-sql-db/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/script-sql-db/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 14 Mar 2008 20:41:11 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/script-sql-db/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>SqlServer.Management.Smo.UnsupportedFeatureExceptiion</title><link>https://sourceforge.net/p/script-sql-db/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;While scripting database on MS SQL 2005 Express server, call to db.FullTextCatalogs throws exception of type Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 14 Mar 2008 20:41:11 -0000</pubDate><guid>https://sourceforge.net33712c7ed3592c026370875c4c59c4c33e87bb2a</guid></item><item><title>ScriptAllDBs Error</title><link>https://sourceforge.net/p/script-sql-db/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;ScriptAllDBs.exe tries to call the ScriptDB executable but it doesn't seem to pass over the parameters that ScriptDB is expecting. Specifically it doesn't pass over the connection string information. This causes ScriptDB to fail.&lt;/p&gt;
&lt;p&gt;Is there a newer version? &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 28 Sep 2007 21:44:48 -0000</pubDate><guid>https://sourceforge.neta7f74e049c6ce0de2101a6e45c1f62d2291193eb</guid></item><item><title>System tables not filtered properly</title><link>https://sourceforge.net/p/script-sql-db/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The system status of a table is determined by owner (dbo) and table prefix (sys).  This prevents user tables beginning with sys that are owned by dbo from being scripted.&lt;/p&gt;
&lt;p&gt;scriptdb.cs line 273:&lt;br /&gt;
// skip system tables&lt;br /&gt;
//if (tbl.Schema == "dbo" &amp;amp;&amp;amp; tbl.Name.StartsWith("sys"))&lt;br /&gt;
...&lt;/p&gt;
&lt;p&gt;Recommend using the IsSystemObject of Table to determine the system status of tables:&lt;br /&gt;
if (tbl.IsSystemObject)&lt;br /&gt;
...&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.table.issystemobject.aspx" rel="nofollow"&gt;http://msdn2.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.table.issystemobject.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This could also apply to views, functions, procedures and users&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 06 Mar 2007 21:07:22 -0000</pubDate><guid>https://sourceforge.netb89f6f81790b6903496699d7e7ecac6f91deceb1</guid></item></channel></rss>