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

Stored procedures can change server environment and our
operating system environment.
Function can not change server environment and our
operating system environment.

Stored procedures are stored in parsed and compiled format
in the database.
Functions are compiled and executed at run time.

Stored procedure return more than one value or Dataset.
Fuction can return a single value only.

error handling can be done in Stored procedure.
it not possible in function.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain trigger and trigger types?

1034


What is outer join in sql server joins?

1182


Can you insert NULL in unique column?

1208


write an SQL query to list the employees who joined in the month of January?

1737


What is the significance of null value and why should we avoid permitting null values?

1032


your distribution database is full what will u do

2217


What is the difference between online clustering and Offline clustering?

2474


What is the difference RDBMS and Graph Database?

1091


What is the web service used for reporting services?

126


How to fetch the next row from a cursor with a "fetch" statement?

1109


Explain how you can deploy an SSRS report?

156


What is dbcc? Give few examples.

1083


How do I find information about the install locations for the various instances running on a computer?

1123


How to enable tcp/ip protocol on a sql server?

1210


When would you use it?

1041