Deletes a new trigger.
Remove-Trigger [-Name] <String> [-SchemaName <String>] [<CommonParameters>]
Deletes an existing trigger.
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Name | String | The name of the trigger. |
true | false | |
SchemaName | String | The schema of the trigger. |
false | false | dbo |
Remove-Trigger 'PrintMessage'
Removes the PrintMessage
trigger.