What is difference between Triggers and store procedure?
Answer Posted / vidit tyagi
triggers are events which fires automaticaly when any insert
,update or delete command execute
but in case of stored procedure we have to manualy
execute / fire to procedure
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the types of processing and explain each? : sql server analysis services, ssas
What is Command line parameters in PLSQL.?
How to configure and test odbc dsn settings?
What are Row versions of DataRow?
Write query to return all rows sql?
What is difference between joins and subqueries?
Explain syntax for disabling triggers?
What is the difference between a unique key and primary key?
How to find table changes in sql server?
What is difference between views and stored procedures?
What is a collation?
Thanks to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?
Can We Use Data-grids For Our Report In Ssrs?
How do I view a procedure in sql server?
Write the queries for commands like Create Table, Delete table, Drop Table etc.