Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

How many sql core licenses do I need?

994


describe transaction-safe table types in mysql : sql dba

1050


What has stored procedures in sql?

1095


What are the qualities of 2nf?

1094


what is the difference between truncate and delete statement? : Transact sql

1116


Mention what is the use of function "module procedure" in pl/sql?

1088


What are all types of user defined functions?

1131


How are sql commands classified?

1141


what is the syntax used for partition in tsql? : Transact sql

1058


What is the difference between join and natural join?

978


What is the sql case statement?

1051


What is a constraint? Tell me about its various levels.

1243


Does truncate free space?

1064


Is it important to partition hard disk?

1067


How can I change database name in sql?

1155