Difference between Triggers and Stored Procedure
Answer Posted / amar
triggers is a block of code where is fired to do something action for insertion or delation of varioue t- sql statement........ where triggers are automatically fired.........
stored procedure is a predefined data types which is stored in a database............ stored procedure has to fire...........
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Can primary key be a foreign key?
How can a user-defined datatype be created?
Can I use sql azure as a backup with log shipping or database mirroring?
What is the boxing and unboxing concept in .net?
Write query to return all rows sql?
Can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible?
Why truncate is ddl command?
what are constraints? Explain different types of constraints? : Sql server database administration
What is exclusive locks?
What languages bi uses to achieve the goal?
List out a number of the wants to setup a SQL Server failover cluster?
Distinguish between nested subquery and correlated subquery?
Does transparent data encryption provide encryption when transmitting data across the network?
What is hierarchy, what are its types and difference between them? : sql server analysis services, ssas
How to use subqueries in the from clause in ms sql server?