Introduction - If you have any usage issues, please Google them yourself
A VBScript script which allows to script out all the SQL Server objects in each independent file.
This script uses the SQLDMO.SQLServer2 COM interface. DMO stands for Distributed Management Objects. It provides an interface to programmatically manage SQL Server. The reader is encouraged to read further on this topic.