This topic has not yet been rated - Rate this topic

DISABLE TRIGGER (SQL Azure Database)

Disables a trigger.

Syntax Conventions (SQL Azure Database)


DISABLE TRIGGER { [ schema_name . ] trigger_name [ ,...n ] | ALL }
ON { object_name | DATABASE } [ ; ]

This syntax diagram demonstrates the supported arguments and options in Microsoft SQL Azure Database.

SQL Azure Database does not support the ALL SERVER argument when using the DISABLE TRIGGER statement.

For more information about the arguments and the DISABLE TRIGGER statement, see DISABLE TRIGGER in SQL Server Books Online.

Did you find this helpful?
(1500 characters remaining)