whta are the stored procedure and why they are needed??
Answer Posted / 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 |
Post New Answer View All Answers
What is aspx used for?
Whats the difference between struct and class in c#?
Distinguish functionalities of ASP in web design.
What is aspx format?
Define application object in asp?
IN THREE TIER AMONG THREE LAYERS WHICH ONE IS INDEPENDENT LAYER AND HOW?
Why asp is called active server?
Is classic asp still supported?
How can you disable the browser to view the code?
what is stored procedural
Explain the difference between sap r/2 and r/3?
Define application-scope?
How do I open an asp file in excel?
How does asp differ from html?
Define common type system (cts)?