ScriptSqlConfig icon indicating copy to clipboard operation
ScriptSqlConfig copied to clipboard

Script SQL Server configuration information in a format suitable for DR purposes or checking into a source control system

Results 15 ScriptSqlConfig issues
Sort by recently updated
recently updated
newest added
trafficstars

Script database event notifications

enhancement

When all jobs are scripted to one file they aren't separated by a GO statement.

enhancement

Such as ``` grant view server state to User1; grant view database state to User1; grant select on sys.dm_db_index_usage_stats to User1; ```

enhancement

Need a way to script the database owner. This is for DR use.

enhancement

Assuming we are building a new server and restoring .. script out the Trustworthy flag and set it.

enhancement