Difference between inline query and stored procedure?

Answer Posted / sharad prakash singhania

Procedure resides in the database in the executable format
whereas in case of inline query, SQL always take a step to
compile the query and then execute it. So In this respect
Procedure takes less time to execute whereas query take more
time to execute.

Is This Answer Correct ?    18 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is cost in sql execution plan?

492


What is view explain with example?

525


How can get second highest salary in sql?

511


If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????

3550


Where do we use pl sql?

557






How do I audit the sql sent to the server?

530


Can you inner join the same table?

534


explain advantages of myisam over innodb? : Sql dba

609


What is parallel hint?

754


What is a database trigger?

616


What is the difference between alter trigger and drop trigger statements?

606


What is the difference between microsoft access and sql server?

536


Define select, insert, create, delete, update, drop keywords

600


What is audit logout in sql profiler?

592


What is column?

556