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
Explain the stored procedure?
What are the purpose of Normalisation?
Explain a join?
How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?
How can I create a report based on a query? : sql server management studio
What is collation sensitivity?
Define msdb database?
What is efficiency data?
What is the significance of null value and why should we avoid permitting null values?
Can sql server be linked with other servers like oracle?
What is meant by referential integrity?
What is the contrast amongst drop and truncate?
What is resource governor in sql server?
How do I determine how many instances of sql server are installed on a computer?
Explain subquery and state its properties?