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

>Procedure may return none or more values.
->Function must always return one value either a scalar value or a table.
>Procedure allow modular programming.
>Function can be used in a select statement where as procedure can't.
>procedure can input and output parameter but Function takes only input parameter.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List few advantages of stored procedure.

1024


How to list all tables in the database using odbc_tables()?

1113


Explain about protocol layer present in SQL server?

1287


How to select all columns of all rows from a table with a select statement in ms sql server?

1185


What is difference between view and materialized view?

981


How would you go about developing a ssrs report?

174


If a table does not have a unique index, can a cursor be opened on it?

957


What is a DBMS, query, SQL?

1090


How to Update from select query in sql server?

1110


Explain the truncate command? : SQL Server Architecture

1226


What sql server means?

1002


Why Master database is required?

1183


What is analysis service repository?

1066


Can the “if update (colname)” statement be used in a delete trigger?

1032


What are different replication agents and what's their purpose? : sql server replication

1051