Explain syntax for viewing, dropping and disabling triggers?
Answer / Shashank Saxena
To view triggers: `SELECT * FROM sys.triggers`nTo drop a trigger: `DROP TRIGGER [schema_name].[trigger_name]`nTo disable a trigger: `DISABLE TRIGGER [schema_name].[trigger_name] ON [table_name]`nTo enable a trigger: `ENABLE TRIGGER [schema_name].[trigger_name] ON [table_name]`
| Is This Answer Correct ? | 0 Yes | 0 No |
can you any body tell me suppose database is suspect mode. how can take to normal?
Why I am getting "the microsoft .net framework 2.0 in not installed" message?
What is the difference between dataadapter and datareader?
What are the authentication modes in sql server? How can it be changed?
What is sql server profiler?
What do you understand by replication in sql server?
what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
What is the default Port No on which SQL Server listens?
What functions can a view be used to performed?
What are the types of subquery?
what is the importence of the trigger in sqlserver2000?
How to list all tables having unique constraints in any of the columns in a database.
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)