For security and auditing purpose, in some cases there would be a need of tracking transaction detail on a table.
The following script achive this using Triggers. The audited
events will be stored in a separate table.
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,846 reads