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 writing SQL query and stored procedure ?

Answers were Sorted based on User's Feedback



Difference between writing SQL query and stored procedure ?..

Answer / ramneet

SP is good for security purpose, as it grant privileges to
the use.........

Is This Answer Correct ?    23 Yes 20 No

Difference between writing SQL query and stored procedure ?..

Answer / shivangi rastogi

in sql query,there is not security features since when we
write a query in our programe,through ildasm command it
will show thw query to the public.
in stored procedure,we named a set of query & it works as a
file name whenever anyone checks the query it ll find the
procedure name not that query onwhich our programe is
running.
in sql query,if any error in query it ll compiled & show
error at runtime,which is not in stored procedure.

Is This Answer Correct ?    8 Yes 5 No

Difference between writing SQL query and stored procedure ?..

Answer / anbu arunmozhi

Query execute every time when ever u call that statement
but stored procedure execute only one time v can used every time it should be very efficient compare query

Is This Answer Correct ?    3 Yes 0 No

Difference between writing SQL query and stored procedure ?..

Answer / tmp

the main advantages is Execution Plan Retention and Reuse (SP are compiled and their execution plan is cached and used again to when the same SP is executed again)
http://blog.sqlauthority.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/

Is This Answer Correct ?    0 Yes 0 No

Difference between writing SQL query and stored procedure ?..

Answer / komal sankhe

compared with sql query, stored procedure is efficient and
timesaving execution.Because stored procedure is program
once it formed then execute as a program at the same
time.coz queries are taking the time

Is This Answer Correct ?    19 Yes 22 No

Post New Answer

More SQL Server Interview Questions

What happens if time-only values are provided as date and time literals?

0 Answers  


What is the correct order of the logical query processing phases?

0 Answers  


Do you know hot add cpu in sql server 2008?

0 Answers  


What do you understand by triggers and mention the different types of it?

0 Answers  


What are rows and columns?

0 Answers  


Give an example of why you would want to denormalize a database

0 Answers  


Tell me what is log shipping?

0 Answers  


How to verify a user name with sqlcmd tool?

0 Answers  


If the job running very slow what is the action you do

0 Answers  


Once setting replication, is it potential to own a publisher as sixty four bit sql server and distributor or subscribers as a thirty two bit sql server?

0 Answers  


Can we write ddl in trigger?

0 Answers  


What is in place upgrade in sql server?

0 Answers  


Categories