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 are the differences between stored procedure and
functions in SQL Server 2000?

Answer Posted / chandu

17) Difference between stored procedure and functions?
Stored Procedures
I) Stored procedure takes input and output parameters.
II) Stored procedure contain all DML operations with
permanent table
III) Return statement can return single numeric value.
Functions:
I) functions takes only input parameters
II) function contains only select statement to perform
operation with permanent table
III) It returns single value or set of rows.

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do we Backup SQL Azure Data?

108


What is a transaction and why is it important?

1158


How to end a stored procedure properly in ms sql server?

1141


Data is not being delivered to subscribers, what can be the possible reasons? : sql server replication

1097


What is difference between count (*) and count column?

948


How to check status of stored procedure in sql server?

1035


What is the meaning of lock escalation and why/how to stop this? : sql server database administration

1074


What do you mean by an execution plan? How would you view it?

958


What is the use of “join” in sql server?

1151


Describe in brief system database.

1064


What is correlated subquery in sql server?

1120


How to configure and test odbc dsn settings?

1224


What is exclusive locks?

1009


What is lock escalation and what is its purpose?

1024


How to filter records of table in SQL SERVER?

1127