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

What number sorts of privileges are accessible in sql?

0 Answers  


how to avoid cursors? : Sql server database administration

0 Answers  


Which data type columns are the best candidates for full-text indexing?

0 Answers  


What is a bit datatype?

0 Answers  


What are the advantages of using third-party tools?

0 Answers  


What is dirty read?

0 Answers  


What are different types of collation sensitivity?

0 Answers  


How to find out what is the default collation in a database?

0 Answers  


Tell me can we use custom code in ssrs?

0 Answers  


What is a dbms wizard?

0 Answers  


What is the difference between deallocate cursor and close cursor?

0 Answers  


Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?

0 Answers  


Categories