What is a Stored Procedure?

Answer Posted / hardik

stored procedures are bunch of SQL queries. main advantage
of stored procedure is that it is a self compiled and
execution speed is faster than normal query.

for e.g.

if we write select * from tablename and if we make stored
proc for that statement it will execute faster than normal
query.

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by integration services in sql server?

547


In which files does sql server actually store data?

465


Explain can SSRS reports Cache results?

112


What are the types of normalization?

547


What is sql injection? How to protect against sql injection attack?

553






What are the default system databases in sql server 2000?

536


What xml support does the sql server extend?

525


What is field in algebra?

624


What is a functions and types in sql server?

594


What are the dmvs?

561


What is replace and stuff function in sql server?

561


What is normalization? Explain its different types?

597


What are the different types of collation sensitivity in sql server?

580


What is multilevel indexing?

528


What is onf in normalization form?

567