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 do I get Report Builder to generate a parameter that can be set by users viewing the report?
What the different components of Replication and what is their use?
What is GUID in sql server?
Explain the difference between clustered and non-clustered index?
how would you troubleshoot blocking? : Sql server database administration
What is "scheduled jobs" or "scheduled tasks"?
What is dbcc command in sql server?
Explain what are various ways to enhance the ssrs report?
How to return the top 5 rows from a select query in ms sql server?
Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?
Can we create clustered index on composite key?
What is public role in sql server?
Why variables called the most powerful component of ssis?
what stored procedure would you use to view lock information? : Sql server administration
Name 3 of the features that the sql server built-in function loginproperty performs on standard logins? : sql server security