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

difference between sql server2000 and sql server2005

1 Answers   KPMG,


How do you send email on SQL Server?

0 Answers   MindCracker,


Tell me what is the significance of null value and why should we avoid permitting null values?

0 Answers  


How to see existing views in ms sql server?

0 Answers  


How to Update from select query in sql server?

0 Answers  






How to disable triggers using "disable trigger"?

0 Answers  


What are the different types of backups avaialabe in sql server 2005?

0 Answers  


Do you know what are the restrictions applicable while creating views? : SQL Server Architecture

0 Answers  


What is Data model and how to prepare a data model.?

1 Answers   TCS,


How will you decide the active and passive nodes?

0 Answers  


What is the system function to get the current user's user id?

2 Answers   HCL,


what is mean by constraints in sql?

5 Answers   Granada, IBM,


Categories