can we call stored Procedure in Function in Sql Server 2000
and vice versa.
Answer Posted / rvs varma
Its not possible to call sp's in function but viceversa is
possible
| Is This Answer Correct ? | 63 Yes | 6 No |
Post New Answer View All Answers
Explain collation?
Do you know what guidelines should be followed to help minimize deadlocks?
How many databases Microsoft SQL server provides?
What are distinctive joins find as a part of sql?
When would you use it?
Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security
How exceptions can be handled in sql server programming?
How to use subqueries with the exists operators in ms sql server?
Can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible?
On a windows server 2003 active – passive failover cluster, how do you find the node which is active?
Is sql server implemented as a service or an application? : Sql server database administration
When you use @@error and try-catch?
What is scheduled job and how to create it?
What is a filestream?
can a database be shrunk with users active? : Sql server administration