Scriptio is a little utility I wrote when I was unhappy with the scripting features in SQL Server 2005. The biggest problem I faced was that I couldn't script a DROP and CREATE in the same file. I'm pretty sure that's finally fixed. The utility gives you all kind of scripting options now. The source code was always available on the site but wasn't always easy to find. And there wasn't a good way for people to submit improvements. I finally migrated the code base over to CodePlex. You can download the source code or just the compiled EXE. ...