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...

How will u test the stroded procedures and functions?
difference between SP and Triggers

Answer Posted / anand vanam

What is the difference between Functions and Stored
Procedures?
Answer:
1. Stored procedure supports deferred name resolution: but
Function won’t support deferred name resolution.
2. Stored procedures return always an integer value by
default zero. Where as function Scalar (single value or
table or row set)
3. Stored procedures are precompiled execution plan but
functions are not.
4. The result of the user defined function can be used with
in a sql server statement. Where as the result of stored
procedures can’t be used in sql server statements.
5. Stored procedure allows all functionality provided by a
function but the reverse is not true.
6. Functions in sql server can be one of two different types
1.scalar, 2. Table
Stored procedures are 2 types. 1. Regular sp, 2. Temporary
sp

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is schemabinding a view?

966


Difference between Sql server reporting services and Crystal reports?

175


What is the maximum size per database for sql server express?

1100


How to get the definition of a stored procedure back?

1018


Do you know what is normalization of database? What are its benefits?

1200


What is the use of builtinadministrators group in sql server? : sql server security

1104


How do you improve the performance of a SQL Azure Database?

137


What is 3nf normalization?

1048


How to use union to merge outputs from two queries together in ms sql server?

1131


Is mysql better than sql server?

1104


What command would you use to add a column to a table in sql server?

1354


What are .mdf files?

1012


How to delete exactly duplicate records from a table?

1105


What is the difference between for trigger and after trigger?

1156


What is the stored procedure?

1050