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 / satish kanaujia

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.
purpose:
Stored procedures reduce network traffic 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 ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you implement session management in SQL Server mode?

1149


What is normalization? Describe its different types.

1151


Is it possible to update the views? If yes, how, if not, why?

1080


What are the differences between stored procedure and the dynamic sql?

1135


Is it possible to run multiple publications and different type of publications from the same distribution database? : sql server replication

1030


Why is there a performance difference between two similar queries where one uses union and the other uses union all?

1084


Describe how to use linked server?

1076


Explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?

1179


What is de-normalization and what are some of the examples of it?

1018


Name some of the open source software that you can use in alternative to SSR?

170


What are cursors? Explain the different types of cursors Enlist a few disadvantages of cursors.

1328


Do you know sql server 2008 backup compression?

1004


What is a synonym for manipulation?

1044


What are sub reports?

208


What is simple indexing method?

1083