can we call stored Procedure in Function in Sql Server 2000
and vice versa.
Answer Posted / mohammad ali
We cannot call Procedure from the Function
We can call the Procedure From the Procedure as
EXEC ProcedureName
@Parameter1 = "Para1"
@Parameter2 = "Para2"
@Parameter3 = @Val OUTPUT (Use when there is Output in the Procedure)
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the federation in sql azure?
What are locks in sql?
How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?
how can u get last observation in an unknown dataset ?
What is NOT NULL Constraint in sql server 2012?
What is system stored procedures?
Difference between connected and disconnected database in .net with sql server?
What are the different types of stored procedures?
What is query optimizer in sql server?
What is replace and stuff function in sql server?
How to backup encryption key ?
Why use triggers?
Why is normalisation important?
What is application role in sql server database security? : sql server security
What is standby servers? Explain types of standby servers.