Others have asked for this throught the disussion threads so I thought others might benefit as well.
This SQL-DMO script will create multiple files for server logins (SIDs & encrypted passwords), database users, tables, procedures and views.
1. Alter the script to reflect your server and path for output files.
2. Create the job (ActiveX Script).
Be great!
Michael
Harnessing SQL Server Metadata- Disabling and Rebuilding Indexes
When doing bulk data changes it may be beneficial to disable indexes prior to starting the operation. Fortunately, SQL's rich metadata makes this very easy to automate in a robust fashion.
2018-05-18 (first published: 2015-10-19)
4,845 reads