can we call stored Procedure in Function in Sql Server 2000
and vice versa.

Answers were Sorted based on User's Feedback



can we call stored Procedure in Function in Sql Server 2000 and vice versa...

Answer / rvs varma

Its not possible to call sp's in function but viceversa is
possible

Is This Answer Correct ?    63 Yes 6 No

can we call stored Procedure in Function in Sql Server 2000 and vice versa...

Answer / swathi

no we cannot call sp in a function

Is This Answer Correct ?    28 Yes 3 No

can we call stored Procedure in Function in Sql Server 2000 and vice versa...

Answer / 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

More SQL Server Interview Questions

Does an index slow down updates on indexed columns?

0 Answers  


What is a functions and types in sql server?

0 Answers  


What is the use of DBCC commands?

4 Answers   NA,


What is row_number()?

0 Answers  


What do you understand by the analysis services in sql server?

0 Answers  






How to sort the query output with order by clauses in ms sql server?

0 Answers  


In the primary key have a multiple field or not?

8 Answers   TCS,


Is BCNF better than 2NF & 3NF? Why?

0 Answers   Akamai Technologies,


What is a primary key?

0 Answers  


What is scheduled job and how to create it?

0 Answers  


What is a trigger and its types?

0 Answers  


What is service broker?

0 Answers  


Categories