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
What are the types of dml?
Explain transaction isolation levels in sql server?
Write a SQL query to delete a table?
Can we perform backup restore operation on tempdb? : sql server database administration
Do you know what is fill factor and pad index?
What is a virtual table in sql?
How raid can influence database performance?
How many types of triggers are there?
How to find the login name linked to a given user name?
Is sql server is free?
What is the difference between a local and a global temporary table?
What are the extra roles available in msdb? : sql server security
Characterize join and name diverse sorts of joins?
To which devices can a backup be created and where should these devices be located? : sql server management studio
What is merge?