Can store procedure call by user define function in SQL
server?
Answer Posted / ayanb1302@yahoo.com
Only functions and extended stored procedures can be
executed from within a function. You can't execute a normal
procedure from an UDF.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How do I run a trace in sql server?
How do you create a clustered index?
What are the properties of the relational tables?
What is the use of “join” in sql server?
Write query to return all rows sql?
How ssrs maintain security?
What is constraints and its types?
Explain ranking functions?
How can you list all the columns in a database?
What is b tree index?
How to delete an existing row with delete statements in ms sql server?
Explain alternate key, candidate key and composite key in sql server?
Can you get second highest salary from the table?
Can you index views?
How do I connect to sql server database?