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's the purpose of Stored Procedure?

Answer Posted / m.k.manikandan

There are several purposes of using stored procedures
instead of standard SQL. First, stored procedures allow a
lot more flexibility offering capabilities such as
conditional logic. Second, because stored procedures are
stored within the DBMS, bandwidth and execution time are
reduced. This is because a single stored procedure can
execute a complex set of SQL statements. Third, SQL Server
pre-compiles stored procedures such that they execute
optimally. Fourth, client developers are abstracted from
complex designs. They would simply need to know the stored
procedure's name and the type of data it returns.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of sql server?

1102


What happens if you add a new index to large table?

984


How to fetch the next row from a cursor with a "fetch" statement?

1113


How can we get count of the number of records in a table?

997


What is an execution plan? How would you view the execution plan?

1131


Can sql servers link to other servers like oracle?

897


Tell me about normalization in DBMS.

1064


What is an sql server agent?

1117


What is the difference between insensitive and scroll cursor?

1243


Define compound operators?

972


How to select all columns of all rows from a table with a select statement in ms sql server?

1199


When does the auto update index statistics feature in sql server turn itself on?q) what specific conditions database should meet, before you can bulk copy data into it using bcp?

1033


Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?

1053


What is a scheduled job or what is a scheduled task?

1012


What are the operating modes in which database mirroring runs?

1140