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 stored procedure in SQL..??

Answers were Sorted based on User's Feedback



What is stored procedure in SQL..??..

Answer / ramesh babu kollu

In a database management system (DBMS), a stored procedure
is a set of Structured Query Language (SQL) statements with
an assigned name that's stored in the database in compiled
form so that it can be shared by a number of programs. The
use of stored procedures can be helpful in controlling
access to data (end-users may enter or change data but do
not write procedures), preserving data integrity
(information is entered in a consistent manner), and
improving productivity (statements in a stored procedure
only need to be written one time).

Is This Answer Correct ?    9 Yes 0 No

What is stored procedure in SQL..??..

Answer / rajeshbargode

Stored procedure is set of SQL statements

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What are number line correlation administrators will use while working with a subquery?

0 Answers  


What is user-defined function? Explain its types i.e. Scalar and inline table value user-defined function?

0 Answers  


What are the disadvantages of using querystrings to send data from one page to another?

0 Answers  


List some case manipulation functions in sql?

0 Answers  


What are the common performance issues in sql server?

0 Answers  


Disadvantages of the indexes?

0 Answers  


What is set nocount on and what is set nocount off?

0 Answers  


What is the purpose of optimization?

0 Answers  


Name three version of sql server 2000 and also their differences?

1 Answers  


Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?

0 Answers  


how to improve the speed of SQL database server and how to avoid dead lock?

1 Answers   TCS,


Can a database be shrunk to 0 bytes, if not, why?

0 Answers  


Categories