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...

What is a Stored Procedure?

Answer Posted / peter nguyen

Stored procedures are a set of control flow SQL queries.
Main advantage of stored procedure: it is a precompiled
statement, hence:
Some advantages of Stored Procedures are:
1. It reduces the Network Traffic.
2. We can execute standard procedure inside standard
procedure
3. Execution faster because it’s a precompiled statement.
4. Create once and may re-use multiple times.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain Normalization and DE normalization

1158


What is SQL Server?

1269


What xml support does the sql server extend?

1056


How to add additional conditions in SQL?

1065


Why do we use sql limitations? Which constraints can we use while making a database in sql?

1123


What stored procedure can you use to display the current processes?

939


Does index slows down insert statements?

1047


How to select an exiting database using mssql_select_db()?

1048


What is sql injection? How to protect against sql injection attack?

1035


is there a column to which a default can't be bound? : Sql server database administration

1049


What will be the maximum number of indexes per table?

1016


What is an indice?

1081


How to add a new column to an existing table with "alter table ... Add" in ms sql server?

1048


Why truncate is ddl command?

1111


Explain system functions or built-in functions? What are different types of system functions?

1033