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 do you understand by check constraint in sql server?

1010


What is use of except clause? How it differs from not in clause?

1061


What is trigger explain with program?

1015


What is a sql join?

1080


How do I view views in sql server?

1058


Explain can you implement data mining in ssrs?

161


tell me the disaster recovery plan

2559


Your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files?

1251


What is always encrypted?

1054


How to delete existing rows in a table?

1245


What do you think of this implementation? Can this be implemented better?

993


What does this statement do @@rowcount?

1014


What is the latest version of microsoft sql server?

1113


What are the filtered indexes?

1091


How many columns can we include on clustered index ?

1054