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 different types of backups available in sql server? : Sql server database administration
System requirements for sql server 2005 express edition?
Describe in brief databases and sql server databases architecture.
Mention the 3 ways to get a count of the number of records in a table.
Explain what is meant by replication of database?
Explain different types of lock modes in sql server 2000?
What are the database objects? : SQL Server Architecture
Define primary key?
How to find out the list schema name and table name for the database?
How to stop a loop early with break statements in ms sql server?
Do you know how to make remote connection in database?
What are the five characteristics of good data?
How will you optimize a stored procedure optimization?
What is the difference between varchar and nvarchar?
What do you understand by the analysis services in sql server?