Question:
Is there an easy way to disable all the Triggers on my SalesLogix Sql Database?
Answer:
EXEC sp_MSforeachtable @command1=”ALTER TABLE ? DISABLE TRIGGER ALL”
Question:
Is there an easy way to disable all the Triggers on my SalesLogix Sql Database?
Answer:
EXEC sp_MSforeachtable @command1=”ALTER TABLE ? DISABLE TRIGGER ALL”