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

there are 3 main differences between sp and function.
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 ?    64 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are group functions in query statements in ms sql server?

1063


Give me a SQL Query to find out the second largest company?

1227


Determine when to use stored procedure to complete sql server tasks?

1107


Why olap is used?

1031


Does a sql server 2005 select statement require a from?

1071


How do I connect to sql server database?

1065


What new changes are being made in SQL Server?

1264


What is a full text index?

964


What is attribute relationships, why we need it? : sql server analysis services, ssas

1028


What is use of @@ spid in sql server?

1267


What are parameterized reports? What are cascading parameters in ssrs reports?

165


What are the difference between clustered and a non-clustered index?

1087


Do you know how to make remote connection in database?

1008


What is the maximum size of sql server database?

1058


Why do we need normalization?

975