What is the difference between a stored procedure and a user
defined function in sql server?

Answers were Sorted based on User's Feedback



What is the difference between a stored procedure and a user defined function in sql server?..

Answer / kumar.t

1. Stored Procedure to return the output parameter.
but function only return single values no output
parameter.

2. Select Clause we cann't use stored procdure. but
fucntion we can use.

3. XMl Clause contain we can use stored procdure. but
function we cann't use.

4. Whenever to execute function at present any error in the
function automatically to exit from the function. but
stored procudure to ignore the error then go to next line.

By
Kumar.T

Is This Answer Correct ?    5 Yes 1 No

What is the difference between a stored procedure and a user defined function in sql server?..

Answer / samant

1.For user defined function one must have to specify it's
return type while in stored procedure it is not mandatory.

2. u can use function in expression but not stored
procedures

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is store procedure? How do they work?

1 Answers  


What is a Join and explain its types?

1 Answers  


What is sql server management studio? : sql server management studio

1 Answers  


application server is slow what may be the problem

1 Answers   Microsoft,


What triggers long term care?

1 Answers  


What is SQL Server?

1 Answers   Atos Origin,


Repair mdf file

2 Answers  


What is difference between clustered index and non clustered index?

1 Answers  


What is local temp table?

1 Answers  


what is normalization? what is denormalization?

9 Answers   Satyam,


How to download and install microsoft sql server management studio express?

1 Answers  


How can sql injection be stopped? : sql server security

1 Answers  


Categories