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
What are sql servers used for?
Tell me what is the order in which the sql query is executed?
Tell me the phases a transaction has to undergo?
What is difference between join and natural join?
Describe the left outer join & right outer join. : sql server database administration
What are rows and columns?
Can You Use Data Mining Models In Ssrs?
How do you clear a log file?
System variable and temporary variables
What is snapshot parameter in ssrs?
What are the restrictions applicable while creating views? : SQL Server Architecture
What is constraints and its types?
What is wrong with sql server client libarary dll, ntwdblib.dll?
Do you know how to send email from database?
Can we call stored procedure in view in sql server?