What is Stored procedure ?

Answers were Sorted based on User's Feedback



What is Stored procedure ?..

Answer / nitin bisht

A stored procedure is a group of Transact-SQL statements
compiled into a single execution plan.

Stored procedures return data in four ways:
* Output parameters, which can return either data (such
as an integer or character value) or a cursor variable
(cursors are result sets that can be retrieved one row at a
time).
* Return codes, which are always an integer value.
* A result set for each SELECT statement contained in
the stored procedure or any other stored procedures called
by the stored procedure.
* A global cursor that can be referenced outside the
stored procedure.

Is This Answer Correct ?    3 Yes 0 No

What is Stored procedure ?..

Answer / siva kishore

Def:- Stored Procedure is a set of pre-compiled sql statements.

Advantages:
* No need to compile the sql queries again n again when
using frequently.

* Increases execution performance and also reduces the
burden on the database connection.

Is This Answer Correct ?    3 Yes 0 No

What is Stored procedure ?..

Answer / ravishankar

Stored procedures are pre-compiled object in the Database
which is used to reduce the network traffic.

Is This Answer Correct ?    3 Yes 1 No

What is Stored procedure ?..

Answer / arshi

Stored procedure is bunch of query. it more beneficial
then query.

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Databases AllOther Interview Questions

What are the three types of anomalies in database and Explain?

9 Answers  


Re: Where can i get informatica certification Exam dumps and details? please forward it to emailid:

0 Answers  


Which is the best sorting method if i have to sort the students of Harvard University according to their first name?

1 Answers   CybAge,


After normalization, what are the conditions which have to keep in mind to de-normalize it?

0 Answers   C DAC, CDAC,


How heap is implemented in database?

0 Answers   Amazon,






What is database collection?

0 Answers  


What is odm database?

0 Answers  


What is lagging in DBMS ?

0 Answers   Hexaware,


what is the full procedure for using store procedure in informatica7.1?

0 Answers  


WHAT KIND OF TOOL BO IS?

0 Answers   APC,


There are three servers are run by Oracle, MS Access and .Net. What are the procedure fetching the values of two variables from two servers among these?

0 Answers  


On startup, the transaction log of a database has filled and recovery has suspended, what can I do?

0 Answers  


Categories