Difference between inline query and stored procedure?

Answer Posted / inam abbas

1) stored procedure comes with some major characterstics, as it consists in pre compiled format so the performance increase during dataaccess. incase of simple query it requires to complie again and again as per user request, but here its not required due to precompile format (*compile requires only ones).


2)next it reduce the network traffice so impacts less burden on server and u can integrate it with different front-end applications (e.g. vb.bnet,c#,java etc) inorder to data access.


3)come to next, due to precompile code resides in database server it provides more security and due to complicated queries can be integrated with one form it is portable also.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sharding in sql?

736


What is a delimiter in sas?

730


Does view contain data?

788


What is ttitle and btitle?

768


What is the usage of distinct keyword?

815






How many types of sql are there?

719


Name some usages of database trigger?

746


What is the most restrictive isolation level? : Transact sql

768


What is a pragma statement?

955


Explain commit, rollback and savepoint.

766


What is varchar example?

770


What are the different types of functions in sql?

759


when is the use of update_statistics command? : Sql dba

685


What are the steps for performance tuning.

1034


Is pl sql a programming language?

716