Can store procedure call by user define function in SQL
server?
Answer Posted / gajendra
No . B'cause Functions are extremely limited. They cannot
perform any operation in any way that can change data. This
means that you can't use dynamic sql or call other objects
(except functions)
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How to use copy and concatenate commands in SQL?
Name few of the dcl commands in sql?
How much does sql server 2016 cost?
how to control the amount of free space in your index pages? : Sql server database administration
How do I completely remove sql server instance?
What is the difference between count and distinct count?
Explain the truncate command?
What are system databases into sql server (2005/2008)?
How to implement service broker?
How do I run sql server 2014?
Is resultset an interface?
Explain the dirty pages?
Do you know what is lock escalation?
What are recommended options to be used while using db mirroring? : sql server database administration
What is measure group, measure? : sql server analysis services, ssas