How can I disable all triggers in my database?
I used the following code for the same.
USE
Disable Trigger ALL On
But its showing the following error:
Msg 1088, Level 16, State 21, Line 1
Cannot find the object "NAWINMLT004.dbo.OLTP" because it does not exist or you do not have permissions.
I would appreciate some one help me on this.