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

How to delete a login name in ms sql server?

0 Answers  


what types of replication are supported in sql server? : Sql server database administration

0 Answers  


What is the recursive stored procedure in sql server?

0 Answers  


Define Joins?

0 Answers   HCL,


What is sql language?

0 Answers  






What is bcp? When does it use?

0 Answers  


where can you add custom error messages to sql server? : Sql server administration

0 Answers  


What is merge?

0 Answers  


What stored by the tempdb ? : sql server database administration

0 Answers  


How to join two tables in a single query in ms sql server?

0 Answers  


What is lookup override?

0 Answers   Informatica,


What are the new data types are introduced in sql 2000?

0 Answers  


Categories