Syntax to disable trigger

Below is the syntax to disable single trigger on the database

DISABLE TRIGGER triggerName ON TableName

and below is the syntax to disable all the trigger on to the server

DISABLE Trigger ALL ON ALL SERVER