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...


What is a stored procedure?

Answers were Sorted based on User's Feedback



What is a stored procedure?..

Answer / vijay

Stored procedures are precompiled database queries that
improve the security, efficiency and usability of database
client/server applications. Developers specify a stored
procedure in terms of input and output variables. They then
compile the code on the database platform and make it
available to aplication developers for use in other
environments, such as web applications. All of the major
database platforms, including Oracle, SQL Server and MySQL
support stored procedures. The major benefits of this
technology are the substantial performance gains from
precompiled execution, the reduction of client/server
traffic, development efficiency gains from code reuse and
abstraction and the security controls inherent in granting
users permissions on specific stored procedures instead of
the underlying database tables.

Is This Answer Correct ?    3 Yes 0 No

What is a stored procedure?..

Answer / hokar

stored procedure is a set of sql statements that are stored
in the database on a server rather than storing it in the
database.

Is This Answer Correct ?    2 Yes 1 No

What is a stored procedure?..

Answer / casmir

stored procedure is a set of sql statements that are stored
in the database on a server rather than storing it in the
database.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More SQL Server Interview Questions

Explain syntax for viewing trigger?

0 Answers  


What stored by the msdb? : sql server database administration

0 Answers  


Can group by be used without aggregate functions?

0 Answers  


Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?

0 Answers  


hi... this is charan.I persued btech in 2010 looking for a job on database/back-end as freehser. can any seggest me which course or back-end tool i have to learn

0 Answers  


What is an identity column in insert statements?

0 Answers  


How to turn off warning messages during php execution?

0 Answers  


Which is better statement or preparedstatement?

0 Answers  


can you any body tell me why are go for the rebuild the master database.what is the reason?

2 Answers  


Explain the use of containers in ssis and also their types?

0 Answers  


What will be the value of @@fetch_status if a row that was a part of the cursor resultset has been deleted from the database after the time the stored procedure that opened the cursor was executed?

0 Answers  


find 2nd highest salary of person using cursor concept?

6 Answers   HCL,


Categories