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 / vijay

Stored procedures are precompiled database queries that
improve the security, efficiency and usability of database
client/server applications. Developers specify a stored
procedure in terms of input and output variables. They then
compile the code on the database platform and make it
available to aplication developers for use in other
environments, such as web applications. All of the major
database platforms, including Oracle, SQL Server and MySQL
support stored procedures. The major benefits of this
technology are the substantial performance gains from
precompiled execution, the reduction of client/server
traffic, development efficiency gains from code reuse and
abstraction and the security controls inherent in granting
users permissions on specific stored procedures instead of
the underlying database tables.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the stuff and how does it differ from the replace function?

1004


Can binary strings be converted into numeric or float data types?

967


What is a database in ms sql server?

992


Tell me what do you mean by an execution plan? Why is it used? How would you view it?

837


What are commonly used mssql functions in php?

999


What is the security principal at the server level that represents your session?

964


What guidelines should be followed to help minimize deadlocks?

869


What happens to a trigger with multiple affected rows?

865


How to modify an existing user defined function?

1032


what are the different types of replication you can set up in sql server? : Sql server database administration

969


Explain the flow of creating a cube? : sql server analysis services, ssas

1003


How to use subqueries with the exists operators in ms sql server?

1058


Explain differentiate between a having clause and a where clause?

852


What command must you use to include the not null constraint after a table has already been created?

1051


What are different types of subquery?

1180