whta are the stored procedure and why they are needed??

Answers were Sorted based on User's Feedback



whta are the stored procedure and why they are needed??..

Answer / sudhir singh

Store Procedure is the collection of SQL Statement which is
accept the input parmeter and output parameter.
Kinds of store procedure.
1. User Define Store Procedure
2. Systemp Store Procedure : Start with Pre-fix SP.
3. Temperory Store Procedure: it has two type private store
Procedure and Global Store Procedure. Private store
procedure create by singl(#) and Global store procedure
create by double(##).
4. External store procedure: start with Pre-Fix XP.

Store Procedure use for better performation of programm.
because storeprocedure is pre-compile query and ADO.NET less
string send to server.

Is This Answer Correct ?    5 Yes 2 No

whta are the stored procedure and why they are needed??..

Answer / ponprabhu

Srored Procedure is the Concept.Lot of Related sql Queries
are Stored inside the Server Database.The Queries are
executed by the user Explicitly.The Stored Procedure is
used to make the sequence Transactions

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More ASP Interview Questions

What is the difference between server-side validation and client-side validation?

0 Answers  


Which choice is NOT a property of Dictionary Object? A. Key() B. CompareMode C. Item () D. Exists () E. Count

1 Answers  


Name the methods in application object?

0 Answers  


Define application object?

0 Answers  


What is Exception ? When is try, catch block used ?

1 Answers  






What is difference between server.transfer and response.redirect ?

2 Answers   CIStems Software, Effexoft, VebTel,


what is the need of a sealed class when we are having a structure

0 Answers   HCL,


What is a variable in asp?

0 Answers  


What are the collections of Application Object?

1 Answers  


Explain the difference between a namespace and an assembly name?

0 Answers  


Define common type system (cts)?

0 Answers  


Explain the event handlers of session object?

0 Answers  


Categories