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 is difference between stored procedure and function?

Answer Posted / a.suresh

1.Stored Procedure return 0 to nth value where as function
return only one value which is must.
2.we can't use the stored procedure in select select
statement where as function can be used in the select statement.
3.we can use all the dml(insert,update,delete) commands in
stored procedure where as select statement only used in
functions.
4.we can use try catch in stored procedure where as in
functions cant.
function must be used with its schema where as stored
procedure used with out schema name
ex.dbo.function name

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I disable or restrict ssrs export formats (rendering formats)?

155


How many levels of sp nesting is possible?

1099


How to set the current database in ms sql server?

1135


How do you clear a log file?

1107


What are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture

1049


Which language rdl files made of?

141


what protocol both networks use? : Sql server database administration

1013


What is the difference between locking and multi-versioning?

1033


Explain different types of Normalization.

1894


Please explain go command in sql server?

1107


Explain the functionalities that views support?

1160


how to define testing of network layers? : Sql server database administration

1018


Explain what is public role in sql server?

1182


What is ms sql server service broker?

1035


Explain difference between control flow and data flow?

1012