Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Difference between Triggers and Stored Procedure

Answer Posted / thirupathi

1. Triggers are implicitly called by DB itself while SP has to be manually called by user.

2. SP can pass the parameters which is not a case with Triggers.

3. While creating a Trigger, triggering event n action has to be specified, which isn’t a case with SP.

4. A Trigger can call the specific SP in it but the reverse is not true.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to select an exiting database using mssql_select_db()?

1045


What is the purpose of indexing?

1090


Can you explain what are the restrictions applicable while creating views? : SQL Server Architecture

955


What is mean by candidate key?

1055


What are database states in ms sql server?

1239


can you implement data mining in SSRS?

157


What is the cpu pressure?

1103


How can you tell if a database object is invalid?

1111


What is the use of nvl work?

1043


What is command parameter in ssrs?

166


how to do partition in sqlserver

2538


What is temporary table in sql server? Why we use temp table?

989


Explain log shipping and mention its advantages.

1083


What is the difference between a function and a trigger?

1119


Can group functions be used in the order by clause in ms sql server?

1064