Can store procedure call by user define function in SQL
server?
Answer Posted / raju
yes
usig
exec <procname> <paramiter list>
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the new scripting capabilities of ssms? : sql server management studio
What is the difference between primary key and unique constraints?
sql database suspect We have a sql database that is showing as suspect. How can we recover?
What have included columns when we talk about sql server indexing?
What is in place upgrade in sql server?
How to enter comments in transact-sql statements?
Can we insert data if clustered index is disabled?
How do I setup a sql server database?
What is used to replicate sessions between instances in coldfusion clusters?
Explain the steps to create and execute a user-defined function in the sql server?
What are the features of Embedded SQL
What does set rowcount do?
What is the Difference Between Primary and Foreign Key?
What happens if the update subquery returns multiple rows in ms sql server?
Tell me what is use of except clause? How it differs from not in clause?