Can store procedure call by user define function in SQL
server?
Answer Posted / ashish tripathi
yes it can call by user defined function
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
Give me any three differences between Truncate and Delete.
Why do we use trigger?
What does executeupdate return?
how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration
optimization techinques
Why use “nolock” in sql server?
What are parameterized reports? What are cascading parameters in ssrs reports?
What are the types of subquery?
What is the security model used in sql server 2005?
How do I find information about the install locations for the various instances running on a computer?
Difference between connected and disconnected database in .net with sql server?
what is the system function to get the current user's user id? : Sql server database administration
Describe triggers features and limitations?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
How to select an exiting database using mssql_select_db()?