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
What are the advantages of using stored procedures in sql server?
Can we insert data into a view?
What is the difference between primary key and unique constraints?
What is the difference between the 2 operating modes of database mirroring?
How can you know if the row fetched from cursor is still valid in underlying table?
How many types of triggers in sql server?
What are rest-style architecture's?
What is impersonation? What are the different impersonation options available in ssas? : sql server analysis services, ssas
What is database architecture? : SQL Server Architecture
What is the contrast amongst drop and truncate?
What are the options which must be set to allow the usage of optimistic models?
Does sql server 2016 have ssms?
what are questions asked in TCS for database tester (sqlserver)for 2-3 exp?
What is difference between commit and rollback when used in transactions?
Can group by be used without aggregate functions?