Releases: billgraziano/ScriptSqlConfig
Releases · billgraziano/ScriptSqlConfig
Release 2012.5
The big improvement for this release is being able to run against any SMO version. Please see the README or the ScriptSqlConfig.exe.config file for more details.
Release 2012.4
This includes the following changes:
- Schemas are scripted.
- IF NOT EXISTS is included with credentials
- Setting the default database for a login now checks the for the existence of the database and login.
- SQL Server Agent information is scripted to its own directory. Any existing files are moved there.
- Include a GO between SQL Server Agent jobs.