Differences between functions and stored procedures?
Answer Posted / manoj pandey
Check following blog post for difference between UDF & Stored Procedures: http://sqlwithmanoj.wordpress.com/2011/09/21/stored-procedures-vs-functions-difference-between-sp-udf/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is meant by referential integrity?
What does it mean if @@cursor_row returns a negative number?
What are the new features in sql server 2016?
How to set database to be single_user in ms sql server?
What is the cartesian product of table?
What is a trigger? Why we need it?
What are the common performance issues in sql server?
What are the differences between char and nchar in ms sql server?
do views contain data ?
How to apply filtering criteria at group level with the having clause in ms sql server?
How to use the inserted and deleted pseudo tables?
What is ddl and dml commands?
What is the difference between a clustered index and a non-clustered index?
If any stored procedure is encrypted, then can we see its definition in activity monitor?
Which operator do you use to return all of the rows from one query except rows are returned in a second query?