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 user stored procedure & it purpose?

Answer Posted / ramanirajan das

A stored procedure is a named group of SQL statements that
have been previously created and stored in the server
database. Stored procedures accept input parameters so that
a single procedure can be used over the network by several
clients using different input data. And when the procedure
is modified, all clients automatically get the new version.
Because store procedure is pre complied so it need not compile
when u r doing some operation in procedure.
purpose:
Stored procedures reduce network traffic, secure and improve
performance. Stored procedures can be used to help ensure
the integrity of the database.
e.g. sp_helpdb, sp_renamedb, sp_depends etc.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I shrink an ldf file?

1036


What are click through reports?

147


What are various ways to enhance the ssrs report?

1032


What is collation?

1192


What are .mdf files?

1013


What is the difference between truncate and delete commands?

1108


Explain sql server service broker?

1025


What is the language structure to add a record to a table?

1073


Differentiate between ms sql server reporting services vs crystal reports?

946


Are resultset updatable?

1006


How do I make a resultset scrollable?

1012


What is an example of a primary key?

1037


What are the different kinds of ssrs reports?

221


What is the use of for clause?

1162


What are the system database in sql server 2005?

1096