There are two methods that will make sure you know when an updated release is available.
One way is to sign up for the RSS feed. Go to the following link and click on the "Subscribe Now" button.
http://sourceforge.net/export/rss2_projfiles.php?group_id=188142
The other is to is to go to the following link and click on the little mailing envelope under the word "Monitor":
http://sourceforge.net/project/showfiles.php?group_id=188142... read more
A new program named ScriptAllDBs.exe has been added to the
project. The program is a simple wrapper which calls
ScriptDB.exe for each non-system database in the specfied
server.
Among the improvements in Release 1.04 are:
a. Files are now ASCII, not Unicode.
b. Scripting permissions for SQL Server 2000 databases
has been changed. SQL-SMO was scripting table and
view permissions at the column level, even when they
were granted at the table/view level. This has been
corrected by custom coding the permissions on tables
and views.... read more
Release 1.03 adds a new program called ScriptTable.exe.
Many developers use tools such as SQL Server Management
Studio, Enterprise Manager, ERWin or even Visio to create
a new table. None of these tools, however, offer a way to
script out the table into its individual components in the
manner provided by this project [which is the same way the
Data Dude scripts them].
Therefore, ScriptTable.exe has been added to the project
to fill this void.