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 / vampire007

1. Functions can be used inline with a select statement
while sprocs can't.

2. EXEC command can't be used inside a Function where it
can be used inside an sproc.

Is This Answer Correct ?    75 Yes 23 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is msdb database? : SQL Server Architecture

1197


How to use transact-sql statements to access the database engine?

1122


How to convert binary strings into integers in ms sql server?

1077


What does this statement do @@rowcount?

1014


How do I create a partition table in sql server?

1180


What do you understand by a view?

1046


What is sql view?

1117


What is the recursive stored procedure in sql server?

1075


How to rename an existing table with the "sp_rename" stored procedure in ms sql server?

1070


Can we use having clause without group by?

1030


How do I start and stop sql server?

1060


What is difference between getdate and sysdatetime in sql server 2008?

1097


What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?

1178


Differentiate between mongodb vs. Sql server?

1140


When we should use @@error?

1031