whta are the stored procedure and why they are needed??
Answers were Sorted based on User's Feedback
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 |
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 |
Hii My Question is How the Down Payment will clear in APP? Can any one help me
What is aspx in url?
What are the collections of Session Object?
what are the two main compononet in remoting
What is classic asp application?
How do I open aspx files on android?
What is the difference between asp and html? Or why asp is better than html?
What is Server Object?
Explain the difference between querystring collection and form collection?
What is an asp program?
1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array.
How does non-deterministic garbage collection affect my code?