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 / satish kr verma

Some of the differeneces are mentioned below

Function -
1) Have to return a single value to the calling program
2) Can call functions in sql statements
3) Cannot return images

Procedures -
1) Do not return any value except assigning values to OUT
variables
2) Cannot call procedures in sql statements
3) Can return images

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are semicolons required at the end of sql statements in sql server 2005?

1037


What are the features of Embedded SQL

1171


How to replace given values with null using nullif()?

1040


What is the report builder?

143


Is ssrs support other database except ms sql server?

142


How to run queries with sql server management studio express?

1153


How to find table changes in sql server?

1173


Explain transaction server distributed transaction?

1036


What are the advantages of paper records?

1010


Can you import Microsoft Excel data to SSRS?

135


What is the difference between getdate and sysdatetime?

1060


How to use “drop” keyword in sql server and give an example?

1189


What is the difference between dataadapter and datareader?

1056


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

1080


What is the use of builtinadministrators group in sql server? : sql server security

1105