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 / arvind kumar

there main difference:::
1 sp takes input,output parameters, function takes only
input parameters.
2 temparary variables required to store return values of
sp. in functions temparary variables will be optinale.
3 sp can not be called directly into DML statements ,
functions can be called directly into DML statements.

Is This Answer Correct ?    13 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how you can get the list of largest tables in a database? : Sql server administration

1100


Can a function call a stored procedure in sql server?

1003


What is primary key and example?

996


How to start sql server browser service?

1180


Describe how to use the linked server?

1201


difference between Clustered index and non clustered index ?

1034


What is merge replication?

1149


What is the new security features added in sql server 2016? : sql server security

1162


Find columns used in stored procedure?

1038


How to find the source of a table in sql server?

1037


Do you know what are the reporting services components?

1020


What does it mean to normalize a database and why would you do it?

1024


What is ddl and dml commands?

958


What is the cartesian product of the table?

1003


What are page splits? : SQL Server Architecture

1037