Enable Triggers on Cloned Database
Before you begin
About this task
Procedure
- Access SQL Server Management Studio (SSMS).
- Create a script for CloneDB using the following code example:
sp_MSforeachtable "ALTER TABLE ? ENABLE TRIGGER ALL"
Note:For more information, refer to the SSMS documentation. - Run the script.The triggers are enabled on CloneDB.