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

Give main differences between "Truncate" and "Delete".

769


What is table level trigger?

760


What are the properties of the transaction?

737


What is the guest user account in sql server? What login is it mapped to it? : sql server security

760


How to create a user name in a database?

771






How to bind a view to the schema of the underlying tables?

754


What are click through reports?

118


What is index fragmentation in ms sql server?

771


Is null in sql server?

736


What is the recommended total size of your memory optimized tables?

704


What is sql collation?

828


What is clustered index

742


What are the different authentication modes in sql server? How can it be changed?

772


what are cursors? : Sql server database administration

717


How many joins in sql server?

687