Answered by:
Inline table function vs SP

Question
-
User-240513752 posted
What is the difference between Inline table function of SQL and SP?what is the need of of each one? when we prefer one to the another ?
Friday, November 13, 2015 7:12 AM
Answers
-
User77042963 posted
Read:
http://stackoverflow.com/questions/1179758/function-vs-stored-procedure-in-sql-server
You need to learn how to find these type of information and read them through first.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, November 18, 2015 2:44 PM
All replies
-
User77042963 posted
They are two different things. When you pick up the basic about both, you can code in TSQL to solve your problem with either or both in a particular scenario.
Friday, November 13, 2015 9:12 AM -
User1413134711 posted
Mr Khan
both are different thing its depend on you where you want to use which one. Generally i prefer Store procedure.
Monday, November 16, 2015 3:31 AM -
User-240513752 posted
Can anyone tell me the scenario for using one in preference to the other one?
Wednesday, November 18, 2015 12:56 PM -
User77042963 posted
Read:
http://stackoverflow.com/questions/1179758/function-vs-stored-procedure-in-sql-server
You need to learn how to find these type of information and read them through first.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, November 18, 2015 2:44 PM